Skip to content

Commit

Permalink
Fix 'TestAccOpenSearchPackage_basic'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 19, 2024
1 parent 5595747 commit 2a87984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/opensearch/package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func TestAccOpenSearchPackage_basic(t *testing.T) {
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{
"available_package_version",
"package_source", // This isn't returned by the API
},
},
Expand Down

0 comments on commit 2a87984

Please sign in to comment.