mirror of https://github.com/docker/docs.git
update test name
This commit is contained in:
parent
45ca8472f1
commit
ea5b048e73
|
@ -2,7 +2,7 @@ package discovery
|
||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
func TestRegisterLocal(t *testing.T) {
|
func TestRegister(t *testing.T) {
|
||||||
expected := "127.0.0.1:2675"
|
expected := "127.0.0.1:2675"
|
||||||
if err := RegisterSlave(expected, "TEST_TOKEN"); err != nil {
|
if err := RegisterSlave(expected, "TEST_TOKEN"); err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
|
Loading…
Reference in New Issue