From 8f7c82840728ac742e21eb0fd260243c6f60416f Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 15 Jan 2023 13:47:38 +0000 Subject: [PATCH] No need for test_installPiholeWeb_fresh_install_no_errors Signed-off-by: Adam Warner --- test/test_any_automated_install.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test/test_any_automated_install.py b/test/test_any_automated_install.py index c1288287..e15839f2 100644 --- a/test/test_any_automated_install.py +++ b/test/test_any_automated_install.py @@ -118,21 +118,6 @@ def test_selinux_not_detected(host): assert check_selinux.rc == 0 -def test_installPiholeWeb_fresh_install_no_errors(host): - """ - confirms all web page assets from Core repo are installed on a fresh build - """ - installWeb = host.run( - """ - umask 0027 - source /opt/pihole/basic-install.sh - installPiholeWeb - """ - ) - expected_stdout = tick_box + " Installing sudoer file" - assert expected_stdout in installWeb.stdout - - def get_directories_recursive(host, directory): if directory is None: return directory