Commit 040f4cae authored by Scarlett Perry's avatar Scarlett Perry
Browse files

cleanup

parent f368bcbf
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -74,7 +74,7 @@ func TestCustomMatcher(t *testing.T) {
expectedBool bool
}{
{key: "X-Foo-Bar", expectedKey: "grpcgateway-X-Foo-Bar", expectedBool: true},
// testing the default rule - a part of the X group
// testing the default rule - a part of the isPermanentHTTPHeader group
{key: "Cookie", expectedKey: "grpcgateway-Cookie", expectedBool: true},
// testing the default rule - has the Grpc-Metadata prefix
{key: "Grpc-Metadata-Foo", expectedKey: "Foo", expectedBool: true},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment