Skip to content

Commit

Permalink
Fix a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
shuheiktgw committed Dec 15, 2020
1 parent 8a963ff commit 51e997d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_codestarconnections_connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ func testAccCheckAWSCodeStarConnectionsConnectionDestroy(s *terraform.State) err
func testAccAWSCodeStarConnectionsConnectionConfigBasic(rName string) string {
return fmt.Sprintf(`
resource "aws_codestarconnections_connection" "test" {
name = %[1]q
provider_type = "Bitbucket"
name = %[1]q
provider_type = "Bitbucket"
}
`, rName)
}

0 comments on commit 51e997d

Please sign in to comment.