Skip to content

Commit

Permalink
Add okta profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmichalak committed Nov 8, 2024
1 parent 2f086f9 commit 8dad7c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/acceptance/testprofiles/testing_config_profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ const (

JwtAuth = "jwt_auth"
EncryptedJwtAuth = "encrypted_jwt_auth"
Okta = "okta"
)
2 changes: 1 addition & 1 deletion pkg/manual_tests/authentication_methods/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestAcc_Provider_OktaAuth(t *testing.T) {
},
Steps: []resource.TestStep{
{
Config: providerConfigWithAuthenticator("okta", sdk.AuthenticationTypeOkta),
Config: providerConfigWithAuthenticator(testprofiles.Okta, sdk.AuthenticationTypeOkta),
},
},
})
Expand Down

0 comments on commit 8dad7c5

Please sign in to comment.