We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed3a83 commit 2130457Copy full SHA for 2130457
internal/service/s3control/access_grant_test.go
@@ -62,7 +62,7 @@ func testAccAccessGrant_disappears(t *testing.T) {
62
PreCheck: func() { acctest.PreCheck(ctx, t) },
63
ErrorCheck: acctest.ErrorCheck(t, names.S3ControlEndpointID),
64
ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories,
65
- CheckDestroy: testAccCheckAccessGrantsLocationDestroy(ctx),
+ CheckDestroy: testAccCheckAccessGrantDestroy(ctx),
66
Steps: []resource.TestStep{
67
{
68
Config: testAccAccessGrantConfig_basic(rName),
@@ -85,7 +85,7 @@ func testAccAccessGrant_tags(t *testing.T) {
85
86
87
88
89
90
91
Config: testAccAccessGrantConfig_tags1(rName, "key1", "value1"),
0 commit comments