Skip to content

Commit

Permalink
Modified integration test. Given that we can now pass multiple cluste…
Browse files Browse the repository at this point in the history
…rs, returning a non-existent service in a cluster result does not make sense.
  • Loading branch information
markotting committed Mar 18, 2024
1 parent c1028cf commit 0d1ebee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
- name: assert that non-existent service is missing
assert:
that:
- "ecs_service_info.services_not_running[0].reason == 'MISSING'"
- "ecs_service_info.services|length == 0"

- name: obtain specific ECS service facts
ecs_service_info:
Expand Down

0 comments on commit 0d1ebee

Please sign in to comment.