Skip to content

Commit

Permalink
CDPCP-13451 - remove validation skip for skipOrgPolicyDecisions and v…
Browse files Browse the repository at this point in the history
…erifyPermissions fields for credential E2E test(s)
  • Loading branch information
gregito committed Jan 13, 2025
1 parent 6fd273a commit 8dbaca3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions resources/environments/resource_aws_credential_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ func TestAccAwsCredential_basic(t *testing.T) {
},
// ImportState testing
{
ImportState: true,
ImportStateVerify: true,
ResourceName: resourceName,
ImportStateVerifyIgnore: []string{"skip_org_policy_decisions", "verify_permissions"}, // this ignore has to be taken out once the CB-27933 got finished
ImportState: true,
ImportStateVerify: true,
ResourceName: resourceName,
},
// Delete testing automatically occurs in TestCase
},
Expand Down Expand Up @@ -103,10 +102,9 @@ func TestAccAwsCredential_withDescription(t *testing.T) {
},
// ImportState testing
{
ImportState: true,
ImportStateVerify: true,
ResourceName: resourceName,
ImportStateVerifyIgnore: []string{"skip_org_policy_decisions", "verify_permissions"}, // this ignore has to be taken out once the CB-27933 got finished
ImportState: true,
ImportStateVerify: true,
ResourceName: resourceName,
},
// Delete testing automatically occurs in TestCase
},
Expand Down

0 comments on commit 8dbaca3

Please sign in to comment.