Skip to content

Commit

Permalink
Add integration tests for pulling and printing policy
Browse files Browse the repository at this point in the history
  • Loading branch information
karcadia committed Jun 2, 2022
1 parent 301e6f9 commit 59ba4cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/targets/ecs_ecr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,11 @@

- name: When pulling an existing repository that has an existing policy
ecs_ecr:
<<<<<<< HEAD
name: '{{ ecr_name }}'
=======
name: {{ ecr_name }}'
>>>>>>> 08e485e (Add integration tests for pulling and printing policy)
register: result

- name: it should return the policy but not create or change
Expand Down

0 comments on commit 59ba4cf

Please sign in to comment.