Only change the recommendation to use apt

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2021-11-04 20:25:38 +01:00
parent d9f8d9abb1
commit fdb2923f65
2 changed files with 9 additions and 9 deletions

View file

@ -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