mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-13 06:48:16 +03:00
Fix test
This commit is contained in:
@@ -143,8 +143,10 @@ func TestShadowTLSFallback(t *testing.T) {
|
||||
ServerPort: 443,
|
||||
},
|
||||
},
|
||||
Version: 3,
|
||||
Password: "hello",
|
||||
Version: 3,
|
||||
Users: []option.ShadowTLSUser{
|
||||
{Password: "hello"},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -199,8 +201,10 @@ func TestShadowTLSInbound(t *testing.T) {
|
||||
ServerPort: 443,
|
||||
},
|
||||
},
|
||||
Version: 3,
|
||||
Password: password,
|
||||
Version: 3,
|
||||
Users: []option.ShadowTLSUser{
|
||||
{Password: password},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user