radon icon indicating copy to clipboard operation
radon copied to clipboard

HashMap issue.

Open Almas-Ali opened this issue 1 year ago • 0 comments

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

Almas-Ali avatar Apr 30 '24 12:04 Almas-Ali