In my response, I’m expecting:
{
"key1": {
"subkey1": "value"
"subkey2": "value"
}
The value of subkey2
causes an error.
How can I get the response to ignore that error and only give me the response without subkey2
?
I’m unsure if it’s something I need to put in the URL, or if I need to put something in the Pre-request Script (or Tests?).