Skip to content

Commit

Permalink
tests: Remove needless quotes in asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Dec 8, 2023
1 parent 5e96530 commit 26ce65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tests_additional_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
- name: Verify the packages were installed
assert:
that:
- "additional_package | trim in ansible_facts.packages"
- additional_package | trim in ansible_facts.packages
2 changes: 1 addition & 1 deletion tests/tests_all_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
- name: Verify the options are in the file
assert:
that:
- "item ~ ' yes' in config.content | b64decode "
- item ~ ' yes' in config.content | b64decode
loop:
"{{ ssh_options.stdout_lines }}"

0 comments on commit 26ce65d

Please sign in to comment.