From 95796e1978f4e5c4388f21c23f71f6dc39c94b30 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Mon, 23 Jan 2017 18:52:05 -0800 Subject: [PATCH] Only expect text output, not the leader `:::` --- test/test_automated_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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