update ctx test

This commit is contained in:
Asim Aslam 2019-12-31 13:53:48 +00:00
parent fe1e018e8e
commit fa01ff6604

View File

@ -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",
},
},
}