Fix typo in fatpak tests: state=preset → state=present (#585)
parent
114bd75c89
commit
16cd8e49d2
|
@ -12,7 +12,7 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- "addition_result.changed == true"
|
- "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 }}
|
- name: Test idempotency of addition - {{ method }}
|
||||||
flatpak:
|
flatpak:
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- "url_addition_result.changed == true"
|
- "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 }}
|
- name: Test idempotency of addition with url - {{ method }}
|
||||||
flatpak:
|
flatpak:
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- "addition_result.changed == true"
|
- "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 }}
|
- name: Test idempotency of addition - {{ method }}
|
||||||
flatpak_remote:
|
flatpak_remote:
|
||||||
|
|
Loading…
Reference in New Issue