Skip to content

Commit

Permalink
Re-record TestAccResourceOktaAppOauth_serviceWithJWKS for an OIE and …
Browse files Browse the repository at this point in the history
…a Classic org.
  • Loading branch information
monde committed Sep 12, 2023
1 parent 71ef7d5 commit 230d18a
Show file tree
Hide file tree
Showing 4 changed files with 1,490 additions and 117 deletions.
2 changes: 2 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ DEFAULT_SMOKE_TESTS?=\
TestAccResourceOktaAppAutoLoginApplication_crud \
TestAccResourceOktaAppBasicAuthApplication_crud \
TestAccResourceOktaAppBookmarkApplication_crud \
TestAccResourceOktaAppOauth_basic \
TestAccResourceOktaAppOauth_serviceWithJWKS \
TestAccResourceOktaAppSaml_crud \
TestAccResourceOktaAppSignOnPolicy_crud \
TestAccResourceOktaAppSignOnPolicy_crud \
Expand Down
8 changes: 4 additions & 4 deletions okta/resource_okta_app_oauth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@ func TestAccResourceOktaAppOauth_serviceWithJWKS(t *testing.T) {
ecResourceName := fmt.Sprintf("%s.test_ec", appOAuth)

oktaResourceTest(t, resource.TestCase{
PreCheck: testAccPreCheck(t),
ErrorCheck: testAccErrorChecks(t),
ProviderFactories: testAccProvidersFactories,
CheckDestroy: checkResourceDestroy(appOAuth, createDoesAppExist(sdk.NewOpenIdConnectApplication())),
PreCheck: testAccPreCheck(t),
ErrorCheck: testAccErrorChecks(t),
ProtoV5ProviderFactories: testAccMergeProvidersFactories,
CheckDestroy: checkResourceDestroy(appOAuth, createDoesAppExist(sdk.NewOpenIdConnectApplication())),
Steps: []resource.TestStep{
{
Config: config,
Expand Down
Loading

0 comments on commit 230d18a

Please sign in to comment.