right now data can only match exact text, which is less useful for testing apis that takes json payload.
expect_request should be able to take data or json (mutually exclusive) and handle the match correspondingly.
btw, thanks for the great project! Saves wring a bunch of boilerplates code!
right now
datacan only match exact text, which is less useful for testing apis that takes json payload.expect_request should be able to take
dataorjson(mutually exclusive) and handle the match correspondingly.btw, thanks for the great project! Saves wring a bunch of boilerplates code!