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

hurlfmt - Add missing quotes around certificate field in Hurl output format #2511

Closed
fabricereix opened this issue Mar 12, 2024 · 0 comments · Fixed by #2512
Closed

hurlfmt - Add missing quotes around certificate field in Hurl output format #2511

fabricereix opened this issue Mar 12, 2024 · 0 comments · Fixed by #2512
Assignees
Labels
bug Something isn't working
Milestone

Comments

@fabricereix
Copy link
Collaborator

test.hurl
GET http://localhost:8000/hello
HTTP 200
[Asserts]
certificate "Expire-Date" daysAfterNow > 10
$ hurlfmt test.hurl
GET http://localhost:8000/hello
HTTP 200
[Asserts]
certificate Expire-Date daysAfterNow > 10
@fabricereix fabricereix added the bug Something isn't working label Mar 12, 2024
@fabricereix fabricereix added this to the 4.3.0 milestone Mar 12, 2024
@fabricereix fabricereix self-assigned this Mar 12, 2024
@fabricereix fabricereix changed the title hurlfmt - Add missing quotes around certifcate field in Hurl output hurlfmt - Add missing quotes around certificate field in Hurl output format Mar 12, 2024
@fabricereix fabricereix linked a pull request Mar 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant