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) {