radon
radon copied to clipboard
HashMap issue.
I tried this code:
# this works
value = json.loads(response_post)
assert value["id"] == 101
# this don't
assert json.loads(response_post)["id"] == 101