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 was archived by the owner on Apr 23, 2025. It is now read-only.
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.
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.