update ctx test
This commit is contained in:
parent
fe1e018e8e
commit
fa01ff6604
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user