aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/tests.json
diff options
context:
space:
mode:
authorGravatar siddharthshukla <siddharthshukla@outlook.com>2016-12-17 03:49:06 +0100
committerGravatar siddharthshukla <siddharthshukla@outlook.com>2016-12-17 03:49:06 +0100
commitc336268a403126767934933865b146eb50cd8c96 (patch)
treeaf1a8bf0c721f8e12fd0caa2d8df5f3dadb67130 /src/python/grpcio_tests/tests/tests.json
parent3fa20cffc6d7f46a6df262a0c8e155619bb7ed39 (diff)
Fix invalid tests.json
Add a comma delimiter for "_invalid_metadata_test.InvalidMetadataTest".
Diffstat (limited to 'src/python/grpcio_tests/tests/tests.json')
-rw-r--r--src/python/grpcio_tests/tests/tests.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/tests/tests.json b/src/python/grpcio_tests/tests/tests.json
index 0eea66da40..2ac51ac542 100644
--- a/src/python/grpcio_tests/tests/tests.json
+++ b/src/python/grpcio_tests/tests/tests.json
@@ -25,7 +25,7 @@
"_implementations_test.CallCredentialsTest",
"_implementations_test.ChannelCredentialsTest",
"_insecure_interop_test.InsecureInteropTest",
- "_invalid_metadata_test.InvalidMetadataTest"
+ "_invalid_metadata_test.InvalidMetadataTest",
"_logging_pool_test.LoggingPoolTest",
"_metadata_code_details_test.MetadataCodeDetailsTest",
"_metadata_test.MetadataTest",