|
@@ -83,7 +83,7 @@ func TestSocksTcpConnectWithUserPass(t *testing.T) {
|
|
|
InboundConfigValue: &mocks.ConnectionConfig{
|
|
InboundConfigValue: &mocks.ConnectionConfig{
|
|
|
ProtocolValue: "socks",
|
|
ProtocolValue: "socks",
|
|
|
SettingsValue: &json.SocksConfig{
|
|
SettingsValue: &json.SocksConfig{
|
|
|
- AuthMethod: "noauth",
|
|
|
|
|
|
|
+ AuthMethod: "password",
|
|
|
Accounts: []json.SocksAccount{
|
|
Accounts: []json.SocksAccount{
|
|
|
json.SocksAccount{
|
|
json.SocksAccount{
|
|
|
Username: "userx",
|
|
Username: "userx",
|