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 Dec 3, 2024
1 parent b308340 commit c0cc632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/dynamodb/table_replica_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestAccDynamoDBTableReplica_basic(t *testing.T) {
Config: testAccTableReplicaConfig_basic(rName),
Check: resource.ComposeAggregateTestCheckFunc(
testAccCheckTableReplicaExists(ctx, resourceName),
resource.TestCheckResourceAttrPair(resourceName, "global_table_arn", tableResourceName, "arn"),
resource.TestCheckResourceAttrPair(resourceName, "global_table_arn", tableResourceName, names.AttrARN),
resource.TestCheckResourceAttr(resourceName, acctest.CtTagsPercent, "1"),
),
},
Expand Down

0 comments on commit c0cc632

Please sign in to comment.