0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00
This commit is contained in:
Zack Scholl 2019-09-08 05:56:57 -07:00
parent f89dd01e87
commit b979607c42

View file

@ -143,10 +143,10 @@ func TestCrocError(t *testing.T) {
log.SetLevel("warn") log.SetLevel("warn")
sender, _ := New(Options{ sender, _ := New(Options{
IsSender: true, IsSender: true,
SharedSecret: "test", SharedSecret: "test33",
Debug: true, Debug: true,
RelayAddress: "doesntexistok.com:8181", RelayAddress: "doesntexistok.com:8381",
RelayPorts: []string{"8181", "8182"}, RelayPorts: []string{"8381", "8382"},
Stdout: true, Stdout: true,
NoPrompt: true, NoPrompt: true,
DisableLocal: true, DisableLocal: true,