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
One way to do this would be to have another replacement magic string, such as $UUID which gets a uuid.
However would this be the same uuid throughout all replacements on the current request, or a different one with each replacement. If the latter, how do we refer to the name again (for example in uri and in data)? Presumably in those cases the test writer should just make something up?
The text was updated successfully, but these errors were encountered:
I'm using this workaround with $ENVIRON and the fixture writing stuff out to my env for the moment, but I'm still running into some non-ideal moments. In some cases I want to pass in a token value with the current time (we've got a "user-friendly" start_at token which expects a formatted date-time string), so current_time winds up being a misnomer with this workaround.
One way to do this would be to have another replacement magic string, such as $UUID which gets a uuid.
However would this be the same uuid throughout all replacements on the current request, or a different one with each replacement. If the latter, how do we refer to the name again (for example in uri and in data)? Presumably in those cases the test writer should just make something up?
The text was updated successfully, but these errors were encountered: