Skip to content

Commit 3c9dd7b

Browse files
authored
fix: unpack test response (#244)
1 parent 901052f commit 3c9dd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sumo_thin_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ def test_poll(token):
231231
res2 = conn.poll(res)
232232
assert res2.status_code == 200
233233
indexorphans = res2.json()
234-
assert isinstance(indexorphans, list)
234+
assert isinstance(indexorphans["result"], list)

0 commit comments

Comments
 (0)