diff --git a/src/tera/planned.rs b/src/tera/planned.rs index 0b9f117..f4e1cc2 100644 --- a/src/tera/planned.rs +++ b/src/tera/planned.rs @@ -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()