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
I am using random-type responses, and when I am trying to return a GUID without the - it is converted automatically to the GUID with - no matter what I do.
An important thing is: I know that is a string conversion to a guid because when I add some static text, the conversion to a guid not happens. (as shown in the additional example)
Expected behavior:
For me, the expected behavior would be not to automatically convert any string that matches the format of a guid into a guid.
Describe the bug
I am using random-type responses, and when I am trying to return a GUID without the
-
it is converted automatically to the GUID with-
no matter what I do.An important thing is: I know that is a string conversion to a guid because when I add some static text, the conversion to a guid not happens. (as shown in the additional example)
Expected behavior:
For me, the expected behavior would be not to automatically convert any string that matches the format of a guid into a guid.
Test to reproduce
the result
The result
Additional example
The mapping
the result
The text was updated successfully, but these errors were encountered: