mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Remove index.js test
This commit is contained in:
parent
500a755250
commit
26afe04926
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue