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

Date format with '/' as a query filter does not work #82

Open
hector-js opened this issue May 1, 2022 · 0 comments
Open

Date format with '/' as a query filter does not work #82

hector-js opened this issue May 1, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@hector-js
Copy link
Owner

Describe the bug
If we want to include the following format, customers/{id}?date={date} with the format date as 12/02/2022, the scenario wont be detected as it wont recognize it

To Reproduce
Steps to reproduce the behavior:

  1. Execute hjs generate get customers/{customerId}?date={date}
  2. Include scenario with date as '12/02/2022'
  3. Run tests hjs test
  4. See error

Expected behavior
It should detect the scenario

@hector-js hector-js added the bug Something isn't working label May 1, 2022
@hector-js hector-js added this to the 2.0.0 milestone May 1, 2022
@hector-js hector-js self-assigned this May 1, 2022
@hector-js hector-js added this to To do in stub-backend via automation May 1, 2022
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
stub-backend
  
To do
Development

No branches or pull requests

1 participant