Skip to content

Commit

Permalink
Fix bad expressions in tests. (#677) (#678)
Browse files Browse the repository at this point in the history
ci_complete

(cherry picked from commit 29cd0b3)

Co-authored-by: Felix Fontein <felix@fontein.de>
  • Loading branch information
patchback[bot] and felixfontein authored Nov 29, 2023
1 parent c5f29f8 commit d795fac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- name: "({{ select_crypto_backend }}) Validate public key - OpenSSH format (assert)"
assert:
that:
- privatekey_publickey.stdout == '{{ publickey.content|b64decode }}'
- privatekey_publickey.stdout == publickey.content | b64decode
when: select_crypto_backend == 'cryptography' and cryptography_version.stdout is version('1.4.0', '>=')

- name: "({{ select_crypto_backend }}) Validate public key - OpenSSH format - test idempotence (issue 33256)"
Expand Down

0 comments on commit d795fac

Please sign in to comment.