domain name resolution does not work reliably in docker container

Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
This commit is contained in:
pvogt09 2021-07-19 18:34:32 +02:00
parent 023f243a2a
commit 1526f2b6db

View file

@ -394,7 +394,7 @@ def test_installPihole_fresh_install_readableBlockpage(Pihole, test_webpage):
'''
piholeWebpage = [
"127.0.0.1",
"pi.hole"
# "pi.hole"
]
# Whiptail dialog returns Cancel for user prompt
mock_command('whiptail', {'*': ('', '0')}, Pihole)