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
{{ message }}
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
Describe the bug
I'm trying to set up a variable with a random number in order to test PUT updates:
While this passes the test, it doesn't work as intended, because the value actually saved is literally
and not something like
To Reproduce
Steps to reproduce the behavior
Expected behavior
Var(note_update)
should resolve toUpdate \d+
Additional context
I have alternatively tried to rewrite my test as follows:
but this fails, because
update_contract
is a 204 -No content
and thereforeValue(update_contract.notes)
is not available.I can't see a way to provide a random input but also save it for later cross checking.
The text was updated successfully, but these errors were encountered: