Merge pull request 'fix ci' (#159) from fix-redirects into staging

Reviewed-on: Ruderverein-Donau-Linz/rowt#159
This commit is contained in:
philipp 2024-01-10 15:50:17 +01:00
commit 0262f721e9

View File

@ -230,7 +230,7 @@ mod test {
let response = req.dispatch().await;
assert_eq!(response.status(), Status::SeeOther);
assert_eq!(response.headers().get("Location").next(), Some("/"));
assert_eq!(response.headers().get("Location").next(), Some("/planned"));
let flash_cookie = response
.cookies()