[Python test] Fix a typo in bazelify_tests target (#36292)

Typo introduced in: https://github.com/grpc/grpc/pull/34450
<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
create-pull-request/patch-4feb98e
Xuan Wang 10 months ago committed by GitHub
parent d3a92c937e
commit 4feb98e82b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/bazelify_tests/test/BUILD

@ -422,7 +422,7 @@ test_suite(
":artifact_protoc_linux_x64_build_test",
":artifact_protoc_linux_x86_build_test",
":artifact_python_linux_x64_manylinux2014_cp312_build_test",
":artifact_python_linux_x64_manylinux2014_cp38_build_test",
":artifact_python_linux_x64_manylinux2014_cp39_build_test",
":package_csharp_linux_build_test",
":package_python_linux_build_test",
],

Loading…
Cancel
Save