mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-21 06:40:14 +00:00
Only change the recommendation to use apt
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
d9f8d9abb1
commit
fdb2923f65
2 changed files with 9 additions and 9 deletions
|
@ -147,7 +147,6 @@ def test_update_package_cache_failure_no_errors(Pihole):
|
|||
'''
|
||||
confirms package cache was not updated
|
||||
'''
|
||||
mock_command('apt', {'update': ('', '1')}, Pihole)
|
||||
mock_command('apt-get', {'update': ('', '1')}, Pihole)
|
||||
updateCache = Pihole.run('''
|
||||
source /opt/pihole/basic-install.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue