aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_test/grpc_test/_adapter
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-08-25 15:41:44 +0000
committerGravatar Craig Tiller <ctiller@google.com>2015-08-25 08:49:03 -0700
commitb3e56c473699393698514d7fcd9289befbdee66c (patch)
treea55f4eed46a435af05f61a36afaa3031fce9255c /src/python/grpcio_test/grpc_test/_adapter
parent115b759541efaab573567c2c351c17062dd5403f (diff)
Drop whitespace from Python test metadata keys
Whitespace is now disallowed in metadata keys.
Diffstat (limited to 'src/python/grpcio_test/grpc_test/_adapter')
-rw-r--r--src/python/grpcio_test/grpc_test/_adapter/_links_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/grpcio_test/grpc_test/_adapter/_links_test.py b/src/python/grpcio_test/grpc_test/_adapter/_links_test.py
index c4686b327a..4077b8e350 100644
--- a/src/python/grpcio_test/grpc_test/_adapter/_links_test.py
+++ b/src/python/grpcio_test/grpc_test/_adapter/_links_test.py
@@ -46,8 +46,8 @@ _TIMEOUT = 32
# TODO(nathaniel): End-to-end metadata testing.
def _transform_metadata(unused_metadata):
return (
- ('one unused key', 'one unused value'),
- ('another unused key', 'another unused value'),
+ ('one_unused_key', 'one unused value'),
+ ('another_unused_key', 'another unused value'),
)