diff options
author | yang-g <yangg@google.com> | 2016-09-16 10:29:16 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2016-09-16 10:29:16 -0700 |
commit | d5fba280bb08716d31acf683d16bc29728fc6ebe (patch) | |
tree | 42e2a9271ffbfdcd53333528e52e76fcd48a6657 | |
parent | 4b4571ab887f4c067a54d1121a48cbe1ccda3dfd (diff) |
make inline metadata value clearer
-rw-r--r-- | test/cpp/end2end/end2end_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/end2end_test.cc b/test/cpp/end2end/end2end_test.cc index e64186a271..b1d3ce92f6 100644 --- a/test/cpp/end2end/end2end_test.cc +++ b/test/cpp/end2end/end2end_test.cc @@ -1359,7 +1359,7 @@ TEST_P(SecureEnd2endTest, AuthMetadataPluginValueFailure) { MetadataCredentialsFromPlugin(std::unique_ptr<MetadataCredentialsPlugin>( new TestMetadataCredentialsPlugin( TestMetadataCredentialsPlugin::kGoodMetadataKey, - "With binary \n data", false, true)))); + "With illegal \n value.", false, true)))); request.set_message("Hello"); Status s = stub_->Echo(&context, request, &response); |