Bumping pulpcore from 3.114.0.dev to 3.115.0.dev switches the openapi-generator version from v7.14.0 to v7.19.0. This breaks all login/session tests with KeyError: 'csrftoken'.
The server returns two Set-Cookie headers (csrftoken, sessionid), but the generated client code only preserves one of them.
Bumping pulpcore from 3.114.0.dev to 3.115.0.dev switches the openapi-generator version from v7.14.0 to v7.19.0. This breaks all login/session tests with
KeyError: 'csrftoken'.The server returns two
Set-Cookieheaders (csrftoken,sessionid), but the generated client code only preserves one of them.