diff options
author | Masood Malekghassemi <atash@google.com> | 2016-12-19 10:07:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 10:07:45 -0800 |
commit | 7d30bb202d2eda4c0b626c3bb191d8b8233c5c23 (patch) | |
tree | af1a8bf0c721f8e12fd0caa2d8df5f3dadb67130 /src/python/grpcio_tests | |
parent | 3fa20cffc6d7f46a6df262a0c8e155619bb7ed39 (diff) | |
parent | c336268a403126767934933865b146eb50cd8c96 (diff) |
Merge pull request #9157 from thunderboltsid/fix-invalid-json
Fix invalid tests.json
Diffstat (limited to 'src/python/grpcio_tests')
-rw-r--r-- | src/python/grpcio_tests/tests/tests.json | 2 |
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", |