Skip to content

Commit

Permalink
using docker intg testenv
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmturner committed Oct 1, 2017
1 parent 3b1435f commit d69d1cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/client_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func TestClient_SetSPNEGOHeader(t *testing.T) {
if err != nil {
t.Fatalf("Error on AS_REQ: %v\n", err)
}
r, _ := http.NewRequest("GET", "http://10.80.88.90/index.html", nil)
r, _ := http.NewRequest("GET", "http://10.80.88.88/index.html", nil)
httpResp, err := http.DefaultClient.Do(r)
if err != nil {
t.Fatalf("Request error: %v\n", err)
Expand Down
4 changes: 2 additions & 2 deletions testdata/test_vectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const (
[realms]
TEST.GOKRB5 = {
kdc = 10.80.88.78:88
kdc = 10.80.88.88:78
admin_server = 10.80.88.78:749
default_domain = test.gokrb5
}
Expand All @@ -190,7 +190,7 @@ const (
[realms]
TEST.GOKRB5 = {
kdc = 10.80.88.108:88
kdc = 10.80.88.88:98
admin_server = 10.80.88.108:749
default_domain = test.gokrb5
}
Expand Down

0 comments on commit d69d1cf

Please sign in to comment.