mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Merge remote-tracking branch 'origin/new/FTL-binary' into new/FTL-binary
# Conflicts: # test/test_automated_install.py
This commit is contained in:
commit
e480c761cd
1 changed files with 0 additions and 1 deletions
|
@ -355,7 +355,6 @@ def test_FTL_detect_unknown_no_errors(Pihole):
|
|||
''')
|
||||
expected_stdout = 'Not able to detect architecture (unknown: mips)'
|
||||
assert expected_stdout in detectPlatform.stdout
|
||||
|
||||
# Helper functions
|
||||
def mock_command(script, args, container):
|
||||
''' Allows for setup of commands we don't really want to have to run for real in unit tests '''
|
||||
|
|
Loading…
Reference in a new issue