Skip to content

Commit 77ffdc9

Browse files
committed
testAccAccessGrant_disappears: Fix typo.
1 parent 5bcbdca commit 77ffdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/s3control/access_grant_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func testAccAccessGrant_disappears(t *testing.T) {
6868
Config: testAccAccessGrantConfig_basic(rName),
6969
Check: resource.ComposeTestCheckFunc(
7070
testAccCheckAccessGrantExists(ctx, resourceName),
71-
acctest.CheckFrameworkResourceDisappears(ctx, acctest.Provider, tfs3control.ResourceAccessGrantsLocation, resourceName),
71+
acctest.CheckFrameworkResourceDisappears(ctx, acctest.Provider, tfs3control.ResourceAccessGrant, resourceName),
7272
),
7373
ExpectNonEmptyPlan: true,
7474
},

0 commit comments

Comments
 (0)