You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ID returned by the server is UUID. How can I assert the whole JSON object except the ID? I'm trying to avoid JSONPath because it gets very long and hard to maintain when the response has so many fields.
The text was updated successfully, but these errors were encountered:
Problem to solve
Imagine I have the following response body
The ID returned by the server is UUID. How can I assert the whole JSON object except the ID? I'm trying to avoid JSONPath because it gets very long and hard to maintain when the response has so many fields.
The text was updated successfully, but these errors were encountered: