From 845db5ff4dba9441d959162e8bab3d5110fcd7e3 Mon Sep 17 00:00:00 2001 From: ctiller <10120821+ctiller@users.noreply.github.com> Date: Tue, 28 Jan 2025 03:57:09 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- test/core/util/http_client/BUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/core/util/http_client/BUILD b/test/core/util/http_client/BUILD index 9852104701f29..d1ace4fbc28f4 100644 --- a/test/core/util/http_client/BUILD +++ b/test/core/util/http_client/BUILD @@ -22,17 +22,17 @@ licenses(["notice"]) grpc_fuzz_test( name = "fuzzer", srcs = ["fuzzer.cc"], + external_deps = [ + "gtest", + "fuzztest", + "fuzztest_main", + ], tags = ["no_windows"], deps = [ "//:gpr", "//:grpc", "//test/core/test_util:grpc_test_util", ], - external_deps = [ - "gtest", - "fuzztest", - "fuzztest_main" - ] ) grpc_cc_library(