aboutsummaryrefslogtreecommitdiff
path: root/src/python/grpcio_tests/tests/admin/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio_tests/tests/admin/BUILD.bazel')
-rw-r--r--src/python/grpcio_tests/tests/admin/BUILD.bazel6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/python/grpcio_tests/tests/admin/BUILD.bazel b/src/python/grpcio_tests/tests/admin/BUILD.bazel
index 6dc80bf0bc..a21c8505f3 100644
--- a/src/python/grpcio_tests/tests/admin/BUILD.bazel
+++ b/src/python/grpcio_tests/tests/admin/BUILD.bazel
@@ -13,10 +13,10 @@
# limitations under the License.
py_test(
- name = "test_admin",
+ name = "admin_test",
size = "small",
- srcs = ["test_admin.py"],
- main = "test_admin.py",
+ srcs = ["admin_test.py"],
+ main = "admin_test.py",
python_version = "PY3",
deps = [
"//src/python/grpcio/grpc:grpcio",