From 001b63074c7ccb3c5402030af181f3035b4c7ba7 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 10 Sep 2018 03:18:57 +0100 Subject: [PATCH] tests: fix another typo. --- 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 95f790ab..97da070d 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(parent_temp_path2) - out.module_tmpdir == None - name: "Verify modules get the same tmpdir as the action plugin (>2.5)"