Add missing mock content from real pfctl run
This commit is contained in:
parent
8f0dfc9d63
commit
d969ce5242
@ -88,7 +88,8 @@ def test_list_nonexistent_table(client, mocker, valid_credentials):
|
||||
|
||||
run_res = SimpleNamespace()
|
||||
run_res.stdout = b''
|
||||
run_res.stderr = b'No ALTQ support in kernel\nALTQ related functions disabled\n'
|
||||
run_res.stderr = b'No ALTQ support in kernel\nALTQ related functions disabled\n' \
|
||||
b'pfctl: Table does not exist.\n'
|
||||
run_res.returncode = 255
|
||||
run_res.check_returncode = noop
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user