Last rule check.

This commit is contained in:
Dan Schaper 2017-01-28 16:47:53 -08:00
parent 7291aa07ca
commit 439999cb62
No known key found for this signature in database
GPG key ID: 572E999E385B7BFC

View file

@ -282,6 +282,7 @@ def test_update_package_cache_success_no_errors(Pihole):
update_package_cache
''')
assert 'Updating local cache of available packages...' in updateCache.stdout
assert 'ERROR' not in updateCache.stdout
assert 'done!' in updateCache.stdout
def test_update_package_cache_failure_no_errors(Pihole):