diff --git a/test/test_automated_install.py b/test/test_automated_install.py index 19d87fe8..a3c80666 100644 --- a/test/test_automated_install.py +++ b/test/test_automated_install.py @@ -97,8 +97,6 @@ def mock_command(script, result, container): cat < {script}\n{content}\nEOF chmod +x {script} '''.format(script=full_script_path, content=mock_script)) - print container.run('cat {}'.format(full_script_path)).stdout - def run_script(Pihole, script): result = Pihole.run(script)