diff options
author | Craig Tiller <ctiller@google.com> | 2015-07-23 11:35:10 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-07-23 11:35:10 -0700 |
commit | e2f2e9a31a39caf56a216db0c53c74a0a52606de (patch) | |
tree | ab623834d8f1053016986bbcc257c6e9851de459 /src | |
parent | f7e7d089fe3bec0ca2cea87183c15ca1f735caaf (diff) |
Integration fix
Diffstat (limited to 'src')
-rw-r--r-- | src/python/src/grpc/_adapter/_low_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/src/grpc/_adapter/_low_test.py b/src/python/src/grpc/_adapter/_low_test.py index a49cd007bf..9a8edfad0c 100644 --- a/src/python/src/grpc/_adapter/_low_test.py +++ b/src/python/src/grpc/_adapter/_low_test.py @@ -97,7 +97,7 @@ class InsecureServerInsecureClient(unittest.TestCase): CLIENT_METADATA_BIN_VALUE = b'\0'*1000 SERVER_INITIAL_METADATA_KEY = 'init_me_me_me' SERVER_INITIAL_METADATA_VALUE = 'whodawha?' - SERVER_TRAILING_METADATA_KEY = 'California_is_in_a_drought' + SERVER_TRAILING_METADATA_KEY = 'california_is_in_a_drought' SERVER_TRAILING_METADATA_VALUE = 'zomg it is' SERVER_STATUS_CODE = _types.StatusCode.OK SERVER_STATUS_DETAILS = 'our work is never over' |