Skip to content

Commit

Permalink
Merge pull request hashicorp#19573 from hashicorp/t-servicecat-ds-con…
Browse files Browse the repository at this point in the history
…straint-fix-test

tests/ds/servicecat_constraint: Fix test
  • Loading branch information
YakDriver authored May 28, 2021
2 parents 77463f6 + d4a1de9 commit 656afff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/data_source_aws_servicecatalog_constraint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestAccAWSServiceCatalogConstraintDataSource_basic(t *testing.T) {
Config: testAccAWSServiceCatalogConstraintDataSourceConfig_basic(rName, rName),
Check: resource.ComposeTestCheckFunc(
testAccCheckAwsServiceCatalogConstraintExists(resourceName),
resource.TestCheckResourceAttrPair(resourceName, "acceptLanguage", dataSourceName, "acceptLanguage"),
resource.TestCheckResourceAttrPair(resourceName, "accept_language", dataSourceName, "accept_language"),
resource.TestCheckResourceAttrPair(resourceName, "description", dataSourceName, "description"),
resource.TestCheckResourceAttrPair(resourceName, "owner", dataSourceName, "owner"),
resource.TestCheckResourceAttrPair(resourceName, "parameters", dataSourceName, "parameters"),
Expand Down

0 comments on commit 656afff

Please sign in to comment.