tests: fix bonehead syntax error.

pull/372/head
David Wilson 6 years ago
parent 65f03e03f5
commit d5524178bf

@ -175,7 +175,7 @@
when: ansible_version.full < '2.5'
assert:
that:
- out.module_path.startswith( == tmp_path.result
- out.module_path.startswith(tmp_path.result)
- out.module_tmpdir == None
- name: "Verify modules get the same tmpdir as the action plugin (>2.5)"

Loading…
Cancel
Save