mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 14:20:18 +00:00
Last rule check.
This commit is contained in:
parent
7291aa07ca
commit
439999cb62
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ def test_update_package_cache_success_no_errors(Pihole):
|
||||||
update_package_cache
|
update_package_cache
|
||||||
''')
|
''')
|
||||||
assert 'Updating local cache of available packages...' in updateCache.stdout
|
assert 'Updating local cache of available packages...' in updateCache.stdout
|
||||||
|
assert 'ERROR' not in updateCache.stdout
|
||||||
assert 'done!' in updateCache.stdout
|
assert 'done!' in updateCache.stdout
|
||||||
|
|
||||||
def test_update_package_cache_failure_no_errors(Pihole):
|
def test_update_package_cache_failure_no_errors(Pihole):
|
||||||
|
|
Loading…
Reference in a new issue