Skip to content

Commit

Permalink
sprintf isn't needed at all for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
iandrewt committed Jan 29, 2024
1 parent 4da2e2b commit 49b276c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/eks/access_entry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ resource "aws_eks_access_entry" "test" {
}

func testAccAccessEntryConfig_eventualConsistency(rName string) string {
return acctest.ConfigCompose(testAccAccessEntryConfig_base(rName), fmt.Sprintf(`
return acctest.ConfigCompose(testAccAccessEntryConfig_base(rName), `
resource "aws_iam_role" "test2" {
name = "${aws_eks_cluster.test.name}-2"
Expand All @@ -513,7 +513,7 @@ resource "aws_eks_access_entry" "test" {
type = "EC2_LINUX"
}
`))
`)
}

func testAccAccessEntryConfig_username(rName, username string) string {
Expand Down

0 comments on commit 49b276c

Please sign in to comment.