tests: fix another typo.

pull/372/head
David Wilson 6 years ago
parent 6cb0e422e9
commit 001b63074c

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

Loading…
Cancel
Save