Skip to content

Commit

Permalink
Fix bad expressions in tests.
Browse files Browse the repository at this point in the history
ci_complete
  • Loading branch information
felixfontein committed Nov 28, 2023
1 parent f2ebae6 commit 27dddb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 27dddb6

Please sign in to comment.