From 500a75525098bda95a22ddc8bb2e7fc71fa36283 Mon Sep 17 00:00:00 2001 From: WaLLy3K Date: Tue, 19 Sep 2017 01:03:24 +1000 Subject: [PATCH 1/2] Delete superseded file * Functionality is reproduced from within the Block Page --- advanced/index.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 advanced/index.js diff --git a/advanced/index.js b/advanced/index.js deleted file mode 100644 index 9e153e96..00000000 --- a/advanced/index.js +++ /dev/null @@ -1 +0,0 @@ -var x = "" From 26afe049265681cf06029cd9f1fec0dc8a779391 Mon Sep 17 00:00:00 2001 From: WaLLy3K Date: Tue, 19 Sep 2017 01:04:04 +1000 Subject: [PATCH 2/2] Remove index.js test --- test/test_automated_install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_automated_install.py b/test/test_automated_install.py index 3f0bd969..0e961c7f 100644 --- a/test/test_automated_install.py +++ b/test/test_automated_install.py @@ -186,7 +186,6 @@ def test_installPiholeWeb_fresh_install_no_errors(Pihole): assert tick_box + ' Installing sudoer file' in installWeb.stdout web_directory = Pihole.run('ls -r /var/www/html/pihole').stdout assert 'index.php' in web_directory - assert 'index.js' in web_directory assert 'blockingpage.css' in web_directory def test_update_package_cache_success_no_errors(Pihole):