Skip to content

Commit

Permalink
style: format test
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jul 12, 2021
1 parent 3d12fa8 commit 326ffda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_appconfig_deployment_strategy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ resource "aws_appconfig_deployment_strategy" "test" {
func testAccAWSAppConfigDeploymentStrategyTags1(rName, tagKey1, tagValue1 string) string {
return fmt.Sprintf(`
resource "aws_appconfig_deployment_strategy" "test" {
name = %[1]q
name = %[1]q
deployment_duration_in_minutes = 3
final_bake_time_in_minutes = 4
growth_factor = 10
Expand All @@ -219,7 +219,7 @@ resource "aws_appconfig_deployment_strategy" "test" {
func testAccAWSAppConfigDeploymentStrategyTags2(rName, tagKey1, tagValue1, tagKey2, tagValue2 string) string {
return testAccAWSAppConfigApplicationTags2(rName, tagKey1, tagValue1, tagKey2, tagValue2) + fmt.Sprintf(`
resource "aws_appconfig_deployment_strategy" "test" {
name = %[1]q
name = %[1]q
deployment_duration_in_minutes = 3
final_bake_time_in_minutes = 4
growth_factor = 10
Expand Down

0 comments on commit 326ffda

Please sign in to comment.