mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-12 22:07:47 +02:00
update ctx test
This commit is contained in:
@ -15,13 +15,13 @@ func TestRequestToContext(t *testing.T) {
|
|||||||
{
|
{
|
||||||
&http.Request{
|
&http.Request{
|
||||||
Header: http.Header{
|
Header: http.Header{
|
||||||
"foo1": []string{"bar"},
|
"Foo1": []string{"bar"},
|
||||||
"foo2": []string{"bar", "baz"},
|
"Foo2": []string{"bar", "baz"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
metadata.Metadata{
|
metadata.Metadata{
|
||||||
"foo1": "bar",
|
"Foo1": "bar",
|
||||||
"foo2": "bar,baz",
|
"Foo2": "bar,baz",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user