Skip to content

Commit

Permalink
Fix AWS system test example_batch (apache#42518)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincbeck authored and joaopamaral committed Oct 21, 2024
1 parent c153e99 commit d303e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/providers/amazon/aws/example_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def delete_job_queue(job_queue_name):
job_name=batch_job_name,
job_queue=batch_job_queue_name,
job_definition=batch_job_definition_name,
ecs_properties_override=JOB_OVERRIDES,
container_overrides=JOB_OVERRIDES,
)
# [END howto_operator_batch]

Expand Down

0 comments on commit d303e69

Please sign in to comment.