Skip to content

Commit

Permalink
Revert "Fix 'TestAccOpenSearchPackage_basic'."
Browse files Browse the repository at this point in the history
This reverts commit 9adb6e5.
  • Loading branch information
ewbankkit committed Aug 19, 2024
1 parent 9adb6e5 commit ccadef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/opensearch/package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestAccOpenSearchPackage_basic(t *testing.T) {
Config: testAccPackageConfig_basic(pkgName),
Check: resource.ComposeAggregateTestCheckFunc(
testAccCheckPackageExists(ctx, resourceName),
resource.TestCheckResourceAttr(resourceName, "available_package_version", "v1"),
resource.TestCheckResourceAttr(resourceName, "available_package_version", ""),
resource.TestCheckResourceAttr(resourceName, "package_description", ""),
resource.TestCheckResourceAttrSet(resourceName, "package_id"),
resource.TestCheckResourceAttr(resourceName, "package_name", pkgName),
Expand Down

0 comments on commit ccadef3

Please sign in to comment.