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

Update NumberConverter regex to match new Werkzeug behavior (v3) #1644

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

RobbeSneyders
Copy link
Member

Fixes #1635

See pallets/werkzeug#2518.
Apparently, this is only an issue when you have more than 1 path parameter, so added a test for that.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4208617685

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.151%

Totals Coverage Status
Change from base Build 4201806645: 0.0%
Covered Lines: 3252
Relevant Lines: 3529

💛 - Coveralls

@RobbeSneyders RobbeSneyders added this to the Connexion 3.0 milestone Feb 21, 2023
@RobbeSneyders RobbeSneyders merged commit ecfde3d into main Feb 21, 2023
@RobbeSneyders RobbeSneyders deleted the bugfix/flask-regex branch February 21, 2023 20:47
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 this pull request may close these issues.

Number as a path parameter doesn't work
2 participants