aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/health_check/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-27 11:53:54 -0800
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-27 11:53:54 -0800
commit4e3e46df2249bbd6ba8f3330c0a44ca508d0f35c (patch)
tree640bc0ec2da2a478d3a3154a1d09aead695ed749 /src/python/grpcio_tests/tests/health_check/BUILD.bazel
parente678187996bb7239315f30d9e50734c50ee4027b (diff)
fix test
Diffstat (limited to 'src/python/grpcio_tests/tests/health_check/BUILD.bazel')
-rw-r--r--src/python/grpcio_tests/tests/health_check/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/tests/health_check/BUILD.bazel b/src/python/grpcio_tests/tests/health_check/BUILD.bazel
index 19e1e1b2e1..77bc61aa30 100644
--- a/src/python/grpcio_tests/tests/health_check/BUILD.bazel
+++ b/src/python/grpcio_tests/tests/health_check/BUILD.bazel
@@ -9,6 +9,7 @@ py_test(
"//src/python/grpcio/grpc:grpcio",
"//src/python/grpcio_health_checking/grpc_health/v1:grpc_health",
"//src/python/grpcio_tests/tests/unit:test_common",
+ "//src/python/grpcio_tests/tests/unit/framework/common:common",
],
imports = ["../../",],
)