From 7063d404a47d1d223422e3d723d4458406635cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=94=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=81?= Date: Mon, 23 Nov 2020 09:14:55 +0300 Subject: [PATCH] fixed #17 --- tests/templates/test_template_executor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/templates/test_template_executor.py b/tests/templates/test_template_executor.py index c2e4a8d..1fbea70 100644 --- a/tests/templates/test_template_executor.py +++ b/tests/templates/test_template_executor.py @@ -3049,7 +3049,6 @@ AttributeError: module 'os' has no attribute 'suspicious_attribute' '/etc/append_join_file_testfiles/logo.png') parameters_object = ParametersContainer({'package': test_package_name, - 'append': 'join', 'source': source_path, 'format': 'raw'})