Merge pull request #4521 from pi-hole/fix/chronometer

Fix/chronometer
This commit is contained in:
Adam Warner 2022-01-05 22:51:43 +00:00
commit 6a164a6d1e
No known key found for this signature in database
GPG key ID: 872950F3ECF2B173
3 changed files with 2 additions and 18 deletions

View file

@ -487,7 +487,6 @@ def test_installPihole_fresh_install_readableBlockpage(host, test_webpage):
setup_var_file += "{}={}\n".format(k, v)
setup_var_file += "INSTALL_WEB_SERVER=true\n"
setup_var_file += "INSTALL_WEB_INTERFACE=true\n"
setup_var_file += "IPV4_ADDRESS=127.0.0.1\n"
setup_var_file += "EOF\n"
host.run(setup_var_file)
installWeb = host.run('''