Add missing mock content from real pfctl run

This commit is contained in:
Ruben van Staveren 2023-01-14 19:43:56 +01:00
parent 8f0dfc9d63
commit d969ce5242
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View File

@ -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