Skip to content

Commit

Permalink
Automated change: Fix sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Oct 14, 2024
1 parent 7cbfbbf commit 60177d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/xds/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,15 @@ grpc_cc_test(
deps = [
":xds_client_test_peer",
":xds_transport_fake",
"@envoy_api//envoy/config/core/v3:pkg_cc_proto",
"@envoy_api//envoy/service/discovery/v3:pkg_cc_proto",
"//:grpc++_codegen_proto",
"//:grpc++_config_proto",
"//:xds_client",
"//test/core/event_engine:event_engine_test_utils",
"//test/core/event_engine/fuzzing_event_engine",
"//test/core/test_util:grpc_test_util",
"//test/core/test_util:scoped_env_var",
"@envoy_api//envoy/config/core/v3:pkg_cc_proto",
"@envoy_api//envoy/service/discovery/v3:pkg_cc_proto",
],
)

Expand Down

0 comments on commit 60177d3

Please sign in to comment.