aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-01-20 15:42:07 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-01-20 15:42:07 -0800
commit459c93f147663b8f57f7ae3876104fcba138b26f (patch)
tree0c03d1800f2b9787555f7945eade3291f262b52d /tools/run_tests
parent4a4a3a446871da594ef4662751e707789f2829c2 (diff)
Update name of Python negative interop test
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_interop_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index e18ca775f0..53df3347a0 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -406,7 +406,7 @@ class PythonLanguage:
def client_cmd_http2interop(self, args):
return [ 'py27/bin/python',
- 'src/python/grpcio_tests/tests/http2/_negative_http2_client.py',
+ 'src/python/grpcio_tests/tests/http2/negative_http2_client.py',
] + args
def cloud_to_prod_env(self):