Merge pull request #1696 from pi-hole/tweak/removeindexjs

Delete index.js
This commit is contained in:
WaLLy3K 2017-09-19 18:00:48 +10:00 committed by GitHub
commit f6b3c62b06
2 changed files with 0 additions and 2 deletions

View file

@ -1 +0,0 @@
var x = ""

View file

@ -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):