diff --git a/discovery/client_test.go b/discovery/client_test.go index 260c48fd4d..dd12a3f7b7 100644 --- a/discovery/client_test.go +++ b/discovery/client_test.go @@ -2,7 +2,7 @@ package discovery import "testing" -func TestRegisterLocal(t *testing.T) { +func TestRegister(t *testing.T) { expected := "127.0.0.1:2675" if err := RegisterSlave(expected, "TEST_TOKEN"); err != nil { t.Fatal(err)