Skip to content

Commit

Permalink
fix test code
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Jun 15, 2017
1 parent d00f846 commit c045e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authenticator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestAuthenticate(t *testing.T) {
creds, _ := fromPrivateKey("random", toPEM(pk), authServer.URL)
a := newAuthenticator(targetEndpoint, creds, true, true)

token, err := a.authenticate()
token, err := a.strategy.authenticate()
assert.NoError(t, err)
assert.NotEmpty(t, token)
}

0 comments on commit c045e93

Please sign in to comment.