We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All section except [BasicAuth] can be empty:
This Hurl file is OK (all sections except [BasicAuth])
[BasicAuth]
GET http://localhost:8000/hello [QueryStringParams] [FormParams] [MultipartFormData] [Cookies] [Options] HTTP 200 `Hello World!`
This file is KO ([BasicAuth] section added)
GET http://localhost:8000/hello [QueryStringParams] [BasicAuth] [FormParams] [MultipartFormData] [Cookies] [Options] HTTP 200 `Hello World!`
$ hurl test.hurl error: Parsing JSON --> tests_ok/empty_sections.hurl:3:2 | 3 | [BasicAuth] | ^ JSON error |
Note: there is already an integration test => tests_ok/empty_sections.hurl
Make all section behaves uniformly.
hurl --version
The text was updated successfully, but these errors were encountered:
fabricereix
Successfully merging a pull request may close this issue.
What is the current bug behavior?
All section except [BasicAuth] can be empty:
This Hurl file is OK (all sections except
[BasicAuth]
)This file is KO (
[BasicAuth]
section added)Steps to reproduce
What is the expected correct behavior?
Make all section behaves uniformly.
Execution context
hurl --version
): 4.0.0The text was updated successfully, but these errors were encountered: