Skip to content

Commit

Permalink
batch/job_definition: Tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Apr 25, 2024
1 parent 6931b9f commit fc00c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/batch/job_definition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit fc00c34

Please sign in to comment.