Browse Source

fix dns test

Jonathan Turner 8 years ago
parent
commit
de9da70e1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/client_dns_test.go

+ 1 - 1
client/client_dns_test.go

@@ -48,7 +48,7 @@ func TestResolveKDC(t *testing.T) {
 	if err != nil {
 	if err != nil {
 		t.Errorf("error resolving KDCs from config: %v", err)
 		t.Errorf("error resolving KDCs from config: %v", err)
 	}
 	}
-	assert.Equal(t, "10.80.88.88:88", res[1], "KDC not read from config as expected")
+	assert.Equal(t, "127.0.0.1:88", res[1], "KDC not read from config as expected")
 }
 }
 
 
 func TestClient_Login_DNSKDCs(t *testing.T) {
 func TestClient_Login_DNSKDCs(t *testing.T) {