Start test templates.

pull/1183/head
Dan Schaper 7 years ago
parent 297d4eec57
commit 153a9d8ac7
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC

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

Loading…
Cancel
Save