diff --git a/tests/test_list.py b/tests/test_list.py index cc4d0ab..68da193 100644 --- a/tests/test_list.py +++ b/tests/test_list.py @@ -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