Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Values in header will not be overwritten when specified in custom values file #17

Closed
IncredibleHannes opened this issue Jan 8, 2019 · 1 comment · Fixed by #18
Closed

Comments

@IncredibleHannes
Copy link
Contributor

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.

@noahdietz
Copy link
Collaborator

Thanks for the fix! Much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants