Skip to content

Commit 4da2e2b

Browse files
committed
fix sprintf args in eventual consistency test
1 parent 85f5a0e commit 4da2e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/eks/access_entry_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ resource "aws_eks_access_entry" "test" {
513513
514514
type = "EC2_LINUX"
515515
}
516-
`, rName))
516+
`))
517517
}
518518

519519
func testAccAccessEntryConfig_username(rName, username string) string {

0 commit comments

Comments
 (0)