From d5524178bf365813ee3c979e6e3fc416be5f7f43 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 10 Sep 2018 02:27:19 +0100 Subject: [PATCH] tests: fix bonehead syntax error. --- tests/ansible/integration/action/make_tmp_path.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ansible/integration/action/make_tmp_path.yml b/tests/ansible/integration/action/make_tmp_path.yml index 668bd83f..95f790ab 100644 --- a/tests/ansible/integration/action/make_tmp_path.yml +++ b/tests/ansible/integration/action/make_tmp_path.yml @@ -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)"