Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jusshersmith committed Apr 23, 2019
1 parent a25d57f commit 470925b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/auth/providers/okta_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func newOktaProvider(providerData *ProviderData, t *testing.T) *OktaProvider {
ValidateURL: &url.URL{},
Scope: ""}
}
provider, err := NewOktaProvider(providerData, "test", "default")
provider, err := NewOktaProvider(providerData, "test.okta.com", "default")
if err != nil {
t.Fatalf("new okta provider returns unexpected error: %q", err)
}
Expand Down

0 comments on commit 470925b

Please sign in to comment.