I have a very basic check if my webservice is still up and running by sending a query to my-endpoint.com?heartbeat={{utc_datetime}}
. The service simply returns the value of heartbeat
.
However, if I set the Assertion
Text Body equals {{utc_datetime}}
this fails, as it is a few milliseconds different. How can I use the same variable that was send on http://runscope.com?