From 153a9d8ac71c51bdf4d211d2117af6fb123fa06d Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sat, 28 Jan 2017 15:45:25 -0800 Subject: [PATCH] Start test templates. --- test/test_automated_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_automated_install.py b/test/test_automated_install.py index 203c7521..7f287c8f 100644 --- a/test/test_automated_install.py +++ b/test/test_automated_install.py @@ -277,7 +277,7 @@ def test_installPiholeWeb_already_populated_no_errors(Pihole): def test_update_package_cache_success_no_errors(Pihole): ''' confirms package cache was updated without any errors''' updateCache = Pihole.run(''' - source /opt/pihole/basick-install.sh + source /opt/pihole/basic-install.sh update_pacakge_cache ''') assert 'Updating local cache of available packages...' in updateCache.stdout