You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, the culprit is Werkzeug, with this change. They are now returning relative paths, while I choose to preserve the current HATEOAS behavior, which is returning absolute URIs.
nicolaiarocci
changed the title
Flask 2.1.0 causes tests to fail on CI runs
HATEOAS links are relative starting with Werkzeug 2.1; should be absolute for backward compatibility
Apr 13, 2022
Tests are now failing because of this Flask 2.1 change,
The text was updated successfully, but these errors were encountered: