Skip to content
Snippets Groups Projects
Commit f7ff8be4 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Fix other typo to match previous typo fix

parent d68ee7e2
No related branches found
No related tags found
No related merge requests found
......@@ -360,7 +360,7 @@ class PythonLanguage(object):
['tools/run_tests/run_python.sh'],
None,
environ=dict(environment.items() +
[('GPRC_PYTHON_TESTRUNNER_FILTER', suite_name)]),
[('GRPC_PYTHON_TESTRUNNER_FILTER', suite_name)]),
shortname='py.test.%s' % suite_name,
timeout_seconds=5*60)
for suite_name in tests_json]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment