Skip to content

Commit

Permalink
Make test asertion more specific, due to spelling bug on AWS' side
Browse files Browse the repository at this point in the history
  • Loading branch information
danquixote committed May 27, 2021
1 parent 35345db commit e4089d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

- assert:
that:
- "'Failed to cancel InstanceRefresh: An error occurred (ActiveInstanceRefreshNotFound) when calling the CancelInstanceRefresh operation: No in progress or pending Instance Refresh found for Auto Scaling group {{ resource_prefix }}-asg' == result.msg"
- "'An error occurred (ActiveInstanceRefreshNotFound) when calling the CancelInstanceRefresh operation: No in progress or pending Instance Refresh found for Auto Scaling group {{ resource_prefix }}-asg' in result.msg"
ignore_errors: no

- name: test starting a refresh with a valid ASG name
Expand Down

0 comments on commit e4089d4

Please sign in to comment.