From e3e5ad775f04e0d936b34932ccea74939272f9ba Mon Sep 17 00:00:00 2001 From: bom Date: Wed, 12 Jan 2022 13:58:52 +0100 Subject: [PATCH] fixed another test_cmd case --- test/test_terraform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_terraform.py b/test/test_terraform.py index 12106a9..1b8fe15 100644 --- a/test/test_terraform.py +++ b/test/test_terraform.py @@ -157,7 +157,6 @@ CMD_CASES_1_x = [ lambda x: x.cmd( {"chdir": "var_to_output"}, "plan", - "", out=FILE_PATH_WITH_SPACE_AND_SPACIAL_CHARS, raise_on_error=False, ),