From 7e23d5c65803b576f50b31458ddc8915b079b08f Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Tue, 26 Dec 2017 17:12:43 +0000 Subject: [PATCH] fix resolve test --- client/client_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_integration_test.go b/client/client_integration_test.go index 547fd3ba..613ef3f3 100644 --- a/client/client_integration_test.go +++ b/client/client_integration_test.go @@ -435,7 +435,7 @@ func TestResolveKDC(t *testing.T) { if err != nil { t.Errorf("error resolving KDCs from config: %v", err) } - assert.Equal(t, "127.0.0.1:88", res[1], "KDC not read from config as expected") + assert.Equal(t, "10.80.88.88:88", res[1], "KDC not read from config as expected") } func TestClient_Login_DNSKDCs(t *testing.T) {