diff --git a/infra/conf/xray_test.go b/infra/conf/xray_test.go index b4bb2f6d..03e27142 100644 --- a/infra/conf/xray_test.go +++ b/infra/conf/xray_test.go @@ -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", },