Skip to content

Commit

Permalink
fix resolve test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmturner committed Dec 26, 2017
1 parent 51769e4 commit 7e23d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7e23d5c

Please sign in to comment.