Fix/improve tests (#9859)

* Fix tests.

* Improve callback tests.
This commit is contained in:
Felix Fontein
2025-03-09 16:48:36 +01:00
committed by GitHub
parent 4727fb77b3
commit eff25c8a6e
28 changed files with 187 additions and 157 deletions

View File

@@ -19,7 +19,7 @@
- name: Assert encrypted secret output is base64 encoded
ansible.builtin.assert:
that:
- encrypted_secret.value | b64decode
- (encrypted_secret.value | b64decode) is truthy
fail_msg: "Encrypted secret is not base64 encoded"
success_msg: "Encrypted secret is base64 encoded"