mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-05 04:29:19 +02:00
Fix TestXrayConfig in xray_test.go
This commit is contained in:
parent
7e3a8d3a04
commit
685e66e96b
|
@ -236,6 +236,7 @@ func TestXrayConfig(t *testing.T) {
|
||||||
{
|
{
|
||||||
ProtocolName: "websocket",
|
ProtocolName: "websocket",
|
||||||
Settings: serial.ToTypedMessage(&websocket.Config{
|
Settings: serial.ToTypedMessage(&websocket.Config{
|
||||||
|
Host: "example.domain",
|
||||||
Header: map[string]string{
|
Header: map[string]string{
|
||||||
"host": "example.domain",
|
"host": "example.domain",
|
||||||
},
|
},
|
||||||
|
@ -288,6 +289,7 @@ func TestXrayConfig(t *testing.T) {
|
||||||
{
|
{
|
||||||
ProtocolName: "websocket",
|
ProtocolName: "websocket",
|
||||||
Settings: serial.ToTypedMessage(&websocket.Config{
|
Settings: serial.ToTypedMessage(&websocket.Config{
|
||||||
|
Host: "example.domain",
|
||||||
Header: map[string]string{
|
Header: map[string]string{
|
||||||
"host": "example.domain",
|
"host": "example.domain",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue