Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

fix: allow special characters on path parameters #2156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deivid11
Copy link

@deivid11 deivid11 commented Dec 28, 2022

Parsing openapi3 files encodes parameter names, that causes the tests that uses this kind of parameters being skipped.

🚀 Why this change?

openapi3 is not allowing url parameters with special characters, the endpoints are skipped.

📝 Related issues and Pull Requests

#1908

✅ What didn't I forget?

  • To write docs
  • To write tests
  • To put Conventional Changelog prefixes in front of all my commits and run npm run lint

Parsing openapi3 files encodes parameter names, that causes the tests that uses this kind of parameters being skipped.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant