Stickler gonna stickle...

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
pull/4215/head
Adam Warner 3 years ago
parent 469b715442
commit 87f2ae82cd
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

@ -608,7 +608,7 @@ def test_package_manager_has_installer_deps(Pihole):
install_dependent_packages ${INSTALLER_DEPS[@]}
''')
assert 'No package' not in output.stdout #centos7 still exits 0...
assert 'No package' not in output.stdout # centos7 still exits 0...
assert output.rc == 0
@ -621,7 +621,7 @@ def test_package_manager_has_pihole_deps(Pihole):
install_dependent_packages ${PIHOLE_DEPS[@]}
''')
assert 'No package' not in output.stdout #centos7 still exits 0...
assert 'No package' not in output.stdout # centos7 still exits 0...
assert output.rc == 0
@ -634,6 +634,5 @@ def test_package_manager_has_web_deps(Pihole):
install_dependent_packages ${PIHOLE_WEB_DEPS[@]}
''')
assert 'No package' not in output.stdout #centos7 still exits 0...
assert 'No package' not in output.stdout # centos7 still exits 0...
assert output.rc == 0

Loading…
Cancel
Save