Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander committed Feb 9, 2024
1 parent a9c14a4 commit bac2af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/conformance/tests/go-wasm-sni-misdirect.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var WasmPluginsSniMisdirect = suite.ConformanceTest{
Host: "foo.com",
Path: "/foo",
Headers: map[string]string{
"Content-Type": "plain/text",
"Content-Type": "text/plain",
},
TLSConfig: &http.TLSConfig{
SNI: "foo.com",
Expand Down Expand Up @@ -133,7 +133,7 @@ var WasmPluginsSniMisdirect = suite.ConformanceTest{
Host: "bar.com",
Path: "/foo",
Headers: map[string]string{
"Content-Type": "plain/text",
"Content-Type": "text/plain",
},
TLSConfig: &http.TLSConfig{
SNI: "foo.com",
Expand Down

0 comments on commit bac2af5

Please sign in to comment.