We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901052f commit 3c9dd7bCopy full SHA for 3c9dd7b
1 file changed
tests/test_sumo_thin_client.py
@@ -231,4 +231,4 @@ def test_poll(token):
231
res2 = conn.poll(res)
232
assert res2.status_code == 200
233
indexorphans = res2.json()
234
- assert isinstance(indexorphans, list)
+ assert isinstance(indexorphans["result"], list)
0 commit comments