Compare commits
No commits in common. "0262f721e9647aaf7c28534a2c3812461b615f52" and "30105e7bbd445dac5eac34e3aef4c4801719733e" have entirely different histories.
0262f721e9
...
30105e7bbd
@ -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("/planned"));
|
||||
assert_eq!(response.headers().get("Location").next(), Some("/"));
|
||||
|
||||
let flash_cookie = response
|
||||
.cookies()
|
||||
|
Loading…
Reference in New Issue
Block a user