Skip to content

Commit

Permalink
test: fix the expected length of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jul 12, 2021
1 parent 326ffda commit 9254447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_appconfig_deployment_strategy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestAccAWSAppConfigDeploymentStrategy_basic(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testAccCheckAWSAppConfigDeploymentStrategyExists(resourceName, &strategy),
testAccCheckAWSAppConfigDeploymentStrategyARN(resourceName, &strategy),
resource.TestCheckResourceAttr(resourceName, "tags.%", "0"),
resource.TestCheckResourceAttr(resourceName, "tags.%", "1"),
resource.TestCheckResourceAttr(resourceName, "description", "deployment strategy description"),
),
},
Expand Down

0 comments on commit 9254447

Please sign in to comment.