From d9f8d9abb1c5926fe95b1cfa48fe1009f20451d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Thu, 4 Nov 2021 06:49:22 +0100 Subject: [PATCH] Re-add apt-get to tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- test/test_automated_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_automated_install.py b/test/test_automated_install.py index 22d65d48..9464c984 100644 --- a/test/test_automated_install.py +++ b/test/test_automated_install.py @@ -148,6 +148,7 @@ 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 package_manager_detect