Skip to content

Commit

Permalink
tests/r/servicecat_prod_port_assoc: Refactor enum
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Jun 2, 2021
1 parent 400990c commit 3fdc4b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func testSweepServiceCatalogProductPortfolioAssociations(region string) error {

r := resourceAwsServiceCatalogProductPortfolioAssociation()
d := r.Data(nil)
d.SetId(tfservicecatalog.ProductPortfolioAssociationCreateID("en", aws.StringValue(detail.Id), productID))
d.SetId(tfservicecatalog.ProductPortfolioAssociationCreateID(tfservicecatalog.AcceptLanguageEnglish, aws.StringValue(detail.Id), productID))

sweepResources = append(sweepResources, NewTestSweepResource(r, d, client))
}
Expand Down

0 comments on commit 3fdc4b7

Please sign in to comment.