Skip to content
Snippets Groups Projects
Commit 0570b278 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

pytest_plugin: Fix error since werkzeug 3.1 release

Since werkzeug 3.1 release, A CaseInsensitiveDict from requests
library can no longer be initialized with a Headers object from
werkzeug. Explicitly converting a Headers object to a list of
tuples is now required.
parent 72aea6d5
No related branches found
No related tags found
1 merge request!398pytest_plugin: Fix error since werkzeug 3.1 release
Pipeline #11856 passed