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 was trying to generate tests for the 415 unsupported mediatype status code.
In order to specify an mediatype that is not supported I used a custom value file containing the following definition: "415": { "header": { "Accept": "undefined" }
The Accept field will be overwritten by the test generation. It works other keys that won't be automatically generated.
I already fixed this bug and I will contribute a PR.
The text was updated successfully, but these errors were encountered:
I was trying to generate tests for the 415 unsupported mediatype status code.
In order to specify an mediatype that is not supported I used a custom value file containing the following definition:
"415": { "header": { "Accept": "undefined" }
The Accept field will be overwritten by the test generation. It works other keys that won't be automatically generated.
I already fixed this bug and I will contribute a PR.
The text was updated successfully, but these errors were encountered: