Skip to content

Commit ec7e535

Browse files
Jakujerichm
authored andcommitted
tests: Remove needless quotes in asserts
1 parent 765ae36 commit ec7e535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/tests_additional_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
- name: Verify the packages were installed
2727
assert:
2828
that:
29-
- "additional_package | trim in ansible_facts.packages"
29+
- additional_package | trim in ansible_facts.packages

tests/tests_all_options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@
8585
- name: Verify the options are in the file
8686
assert:
8787
that:
88-
- "item ~ ' yes' in config.content | b64decode "
88+
- item ~ ' yes' in config.content | b64decode
8989
loop:
9090
"{{ ssh_options.stdout_lines }}"

0 commit comments

Comments
 (0)