fix ci #158

Merged
philipp merged 1 commits from fix-redirects into staging 2024-01-10 15:11:57 +01:00

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()