Compare commits
No commits in common. "30105e7bbd445dac5eac34e3aef4c4801719733e" and "f5bd470dac95f3cd5046e22501ccfbf3e6038e3f" have entirely different histories.
30105e7bbd
...
f5bd470dac
@ -217,7 +217,7 @@ mod test {
|
|||||||
let response = req.dispatch().await;
|
let response = req.dispatch().await;
|
||||||
|
|
||||||
assert_eq!(response.status(), Status::SeeOther);
|
assert_eq!(response.status(), Status::SeeOther);
|
||||||
assert_eq!(response.headers().get("Location").next(), Some("/planned"));
|
assert_eq!(response.headers().get("Location").next(), Some("/"));
|
||||||
|
|
||||||
let flash_cookie = response
|
let flash_cookie = response
|
||||||
.cookies()
|
.cookies()
|
||||||
|
Loading…
Reference in New Issue
Block a user