diff --git a/test/test_automated_install.py b/test/test_automated_install.py index 9c3754f5..141bedd7 100644 --- a/test/test_automated_install.py +++ b/test/test_automated_install.py @@ -67,6 +67,7 @@ def test_setupVars_saved_to_file(Pihole): def test_configureFirewall_firewalld_no_errors(Pihole): ''' confirms firewalld rules are applied when appropriate ''' mock_command('firewall-cmd', 'running', '0', Pihole) + mock_command('whiptail', '', '0', Pihole) configureFirewall = Pihole.run(''' source /opt/pihole/basic-install.sh configureFirewall