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 9, 2024
1 parent c370df2 commit 18dbb53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ func TestAccServiceCatalogAppRegistryAttributeGroupAssociation_basic(t *testing.
Config: testAccAttributeGroupAssociationConfig_basic(rName),
Check: resource.ComposeTestCheckFunc(
testAccCheckAttributeGroupAssociationExists(ctx, resourceName),
resource.TestCheckResourceAttrPair(resourceName, "application_id", applicationResourceName, "id"),
resource.TestCheckResourceAttrPair(resourceName, "attribute_group_id", attributeGroupResourceName, "id"),
resource.TestCheckResourceAttrPair(resourceName, names.AttrApplicationID, applicationResourceName, names.AttrID),
resource.TestCheckResourceAttrPair(resourceName, "attribute_group_id", attributeGroupResourceName, names.AttrID),
),
},
{
Expand Down

0 comments on commit 18dbb53

Please sign in to comment.