mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 10:51:03 +00:00
Fix typo in fatpak tests: state=preset → state=present (#585)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
assert:
|
||||
that:
|
||||
- "addition_result.changed == true"
|
||||
msg: "state=preset shall add flatpak when absent"
|
||||
msg: "state=present shall add flatpak when absent"
|
||||
|
||||
- name: Test idempotency of addition - {{ method }}
|
||||
flatpak:
|
||||
@@ -70,7 +70,7 @@
|
||||
assert:
|
||||
that:
|
||||
- "url_addition_result.changed == true"
|
||||
msg: "state=preset with url as name shall add flatpak when absent"
|
||||
msg: "state=present with url as name shall add flatpak when absent"
|
||||
|
||||
- name: Test idempotency of addition with url - {{ method }}
|
||||
flatpak:
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
assert:
|
||||
that:
|
||||
- "addition_result.changed == true"
|
||||
msg: "state=preset shall add flatpak when absent"
|
||||
msg: "state=present shall add flatpak when absent"
|
||||
|
||||
- name: Test idempotency of addition - {{ method }}
|
||||
flatpak_remote:
|
||||
|
||||
Reference in New Issue
Block a user