Fix TestXrayConfig in xray_test.go

pull/3214/head
RPRX 8 months ago committed by GitHub
parent 7e3a8d3a04
commit 685e66e96b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -236,6 +236,7 @@ func TestXrayConfig(t *testing.T) {
{
ProtocolName: "websocket",
Settings: serial.ToTypedMessage(&websocket.Config{
Host: "example.domain",
Header: map[string]string{
"host": "example.domain",
},
@ -288,6 +289,7 @@ func TestXrayConfig(t *testing.T) {
{
ProtocolName: "websocket",
Settings: serial.ToTypedMessage(&websocket.Config{
Host: "example.domain",
Header: map[string]string{
"host": "example.domain",
},

Loading…
Cancel
Save