Skip to content

Commit

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

(cherry picked from commit 29cd0b3)
  • Loading branch information
felixfontein authored and patchback[bot] committed Nov 28, 2023
1 parent c5f29f8 commit 9621985
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 9621985

Please sign in to comment.