aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2017-01-23 08:35:04 -0800
committerGravatar GitHub <noreply@github.com>2017-01-23 08:35:04 -0800
commit0c6fc6c83426c45f5ca3f1a21caa916620c5d7f3 (patch)
tree2af1c9b681ea888175d2323e38904ba8cfe95bff /tools
parenta60b31d0a4f24ec061cc3dd9129f93a0319f1429 (diff)
parent459c93f147663b8f57f7ae3876104fcba138b26f (diff)
Merge pull request #9426 from ncteisen/doesnt-look-like-anything-to-me
Update Name of Python Negative Interop Test
Diffstat (limited to 'tools')
-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):