diff --git a/test/test_automated_install.py b/test/test_automated_install.py index 449a1f31..97c8e503 100644 --- a/test/test_automated_install.py +++ b/test/test_automated_install.py @@ -355,7 +355,6 @@ def test_FTL_detect_unknown_no_errors(Pihole): ''') expected_stdout = 'Not able to detect architecture (unknown: mips)' assert expected_stdout in detectPlatform.stdout - # Helper functions def mock_command(script, args, container): ''' Allows for setup of commands we don't really want to have to run for real in unit tests '''