Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix to internal test mocks to handle mixins with logging configs #28077

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_operations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_lb_route_extension_path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_lb_traffic_extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_lb_traffic_extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_operations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_authorization_policy_path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_endpoint_policies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_endpoint_policies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_dep_service_grpc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_operations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_location_path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_runtimes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_runtimes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_operations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_environment_path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_instances
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_instances
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_operations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_environment_path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_instances
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_operations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_instance_path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_instances
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_instances
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_notebook_service_grpc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_operations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_optimize_tours
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_optimize_tours
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_fleet_routing_grpc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_oracle_database_rest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_operations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_environment_path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_create_environment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_create_environment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_image_versions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def universe_domain
def stub_logger
nil
end

def logger
nil
end
end

def test_list_image_versions
Expand Down
Loading
Loading