3 lines
68 B
Python
3 lines
68 B
Python
|
def single(response):
|
||
|
assert response.json().get("number") >= 0
|