mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Update test/test_automated_install.py
Co-authored-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
This commit is contained in:
parent
5648ad6b61
commit
5aab68ab41
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ def test_validate_ip_invalid_letters(Pihole):
|
|||
|
||||
assert output.rc == 1
|
||||
|
||||
def test_os_check_pases(Pihole):
|
||||
def test_os_check_passes(Pihole):
|
||||
''' Confirms OS meets the requirements '''
|
||||
Pihole.run('''
|
||||
source /opt/pihole/basic-install.sh
|
||||
|
|
Loading…
Reference in a new issue