diff --git a/test/test_automated_install.py b/test/test_automated_install.py index 141bedd7..a4478d1c 100644 --- a/test/test_automated_install.py +++ b/test/test_automated_install.py @@ -72,7 +72,7 @@ def test_configureFirewall_firewalld_no_errors(Pihole): source /opt/pihole/basic-install.sh configureFirewall ''') - expected_stdout = '::: Configuring FirewallD for httpd and dnsmasq.' + expected_stdout = 'Configuring FirewallD for httpd and dnsmasq.' assert expected_stdout in configureFirewall.stdout firewall_calls = Pihole.run('cat /var/log/firewall-cmd').stdout assert 'firewall-cmd --state' in firewall_calls