mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-03 14:10:15 +00:00
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:
parent
023f243a2a
commit
1526f2b6db
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ def test_installPihole_fresh_install_readableBlockpage(Pihole, test_webpage):
|
||||||
'''
|
'''
|
||||||
piholeWebpage = [
|
piholeWebpage = [
|
||||||
"127.0.0.1",
|
"127.0.0.1",
|
||||||
"pi.hole"
|
# "pi.hole"
|
||||||
]
|
]
|
||||||
# Whiptail dialog returns Cancel for user prompt
|
# Whiptail dialog returns Cancel for user prompt
|
||||||
mock_command('whiptail', {'*': ('', '0')}, Pihole)
|
mock_command('whiptail', {'*': ('', '0')}, Pihole)
|
||||||
|
|
Loading…
Add table
Reference in a new issue