From fa01ff66041ebdea711ba9881cf0e50e21a7df07 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 31 Dec 2019 13:53:48 +0000 Subject: [PATCH] update ctx test --- util/ctx/ctx_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, }, }