Skip to content
Snippets Groups Projects
Commit 9a1de8d2 authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Merge pull request #5687 from soltanmm/other-typo

Fix other typo to match previous typo fix.
parents 0640711b f7ff8be4
Branches
Tags
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.
Please register or to comment