Skip to content

Commit

Permalink
chore: make fix-constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Jul 31, 2024
1 parent a3a5643 commit 5172767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func TestAccOpenSearchServerlessSecurityPolicy_string(t *testing.T) {
ImportStateIdFunc: testAccSecurityPolicyImportStateIdFunc(resourceName),
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"policy"}, // JSON is semantically correct but can be set in state in a different order
ImportStateVerifyIgnore: []string{names.AttrPolicy}, // JSON is semantically correct but can be set in state in a different order
},
},
})
Expand Down

0 comments on commit 5172767

Please sign in to comment.