Merge pull request 'fix ci' (#158) from fix-redirects into staging
Some checks failed
CI/CD Pipeline / test (push) Failing after 15m15s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

Reviewed-on: #158
This commit is contained in:
philipp 2024-01-10 15:11:56 +01:00
commit 30105e7bbd

View File

@ -217,7 +217,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()