Explorar o código

allow more time

Darien Raymond %!s(int64=8) %!d(string=hai) anos
pai
achega
4b15ff5034
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      testing/scenarios/shadowsocks_test.go

+ 2 - 0
testing/scenarios/shadowsocks_test.go

@@ -47,6 +47,7 @@ func TestShadowsocksAES256TCP(t *testing.T) {
 				ProxySettings: serial.ToTypedMessage(&shadowsocks.ServerConfig{
 					User: &protocol.User{
 						Account: account,
+						Level:   1,
 					},
 				}),
 			},
@@ -164,6 +165,7 @@ func TestShadowsocksChacha20TCP(t *testing.T) {
 				ProxySettings: serial.ToTypedMessage(&shadowsocks.ServerConfig{
 					User: &protocol.User{
 						Account: account,
+						Level:   1,
 					},
 				}),
 			},