Skip to content
Snippets Groups Projects
Commit d5fba280 authored by yang-g's avatar yang-g
Browse files

make inline metadata value clearer

parent 4b4571ab
No related branches found
No related tags found
No related merge requests found
...@@ -1359,7 +1359,7 @@ TEST_P(SecureEnd2endTest, AuthMetadataPluginValueFailure) { ...@@ -1359,7 +1359,7 @@ TEST_P(SecureEnd2endTest, AuthMetadataPluginValueFailure) {
MetadataCredentialsFromPlugin(std::unique_ptr<MetadataCredentialsPlugin>( MetadataCredentialsFromPlugin(std::unique_ptr<MetadataCredentialsPlugin>(
new TestMetadataCredentialsPlugin( new TestMetadataCredentialsPlugin(
TestMetadataCredentialsPlugin::kGoodMetadataKey, TestMetadataCredentialsPlugin::kGoodMetadataKey,
"With binary \n data", false, true)))); "With illegal \n value.", false, true))));
request.set_message("Hello"); request.set_message("Hello");
Status s = stub_->Echo(&context, request, &response); Status s = stub_->Echo(&context, request, &response);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment