diff --git a/util/ctx/ctx_test.go b/util/ctx/ctx_test.go index 440baea1..3df4acc7 100644 --- a/util/ctx/ctx_test.go +++ b/util/ctx/ctx_test.go @@ -15,13 +15,13 @@ func TestRequestToContext(t *testing.T) { { &http.Request{ Header: http.Header{ - "foo1": []string{"bar"}, - "foo2": []string{"bar", "baz"}, + "Foo1": []string{"bar"}, + "Foo2": []string{"bar", "baz"}, }, }, metadata.Metadata{ - "foo1": "bar", - "foo2": "bar,baz", + "Foo1": "bar", + "Foo2": "bar,baz", }, }, }