tests: fix bonehead syntax error.

This commit is contained in:
David Wilson 2018-09-10 02:27:19 +01:00
parent 65f03e03f5
commit d5524178bf
1 changed files with 1 additions and 1 deletions

View File

@ -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(tmp_path.result)
- 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)"