Fix test by looking at the right data

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

View File

@ -75,7 +75,7 @@ def test_list_single_table(client, mocker, valid_credentials):
headers={"Authorization":
"Basic " + valid_credentials})
assert response.json['anchor'] == 'f2b-sshd/test.example.com'
assert response.json['table'] == 'f2b-sshd'
assert response.json['result'] == _LIST_RESULT