Skip to content

Commit 505661e

Browse files
committed
clarify assert logic
1 parent 717752c commit 505661e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/test13/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
command: scontrol show config
1414
register: slurm_config
1515
- assert:
16-
that: "item in slurm_config.stdout_lines | map('replace', ' ', '')"
16+
that: "item in (slurm_config.stdout_lines | map('replace', ' ', ''))"
1717
fail_msg: "FAILED - {{ item }} not found in slurm config"
1818
loop:
1919
- SlurmctldSyslogDebug=error

0 commit comments

Comments
 (0)