diff --git a/tests/test_sumo_thin_client.py b/tests/test_sumo_thin_client.py index 64d3f47..5dd176d 100644 --- a/tests/test_sumo_thin_client.py +++ b/tests/test_sumo_thin_client.py @@ -231,4 +231,4 @@ def test_poll(token): res2 = conn.poll(res) assert res2.status_code == 200 indexorphans = res2.json() - assert isinstance(indexorphans, list) + assert isinstance(indexorphans["result"], list)