diff --git a/internal/service/batch/job_definition_test.go b/internal/service/batch/job_definition_test.go index 6ca57aa55ee..b391c5d0e82 100644 --- a/internal/service/batch/job_definition_test.go +++ b/internal/service/batch/job_definition_test.go @@ -1196,7 +1196,7 @@ resource "aws_batch_job_definition" "test" { name = %[1]q type = "container" container_properties = jsonencode({ - command = ["ls", %[2]q], + command = ["ls", "%[2]s"], image = "busybox" resourceRequirements = [