Compare commits
	
		
			2 Commits
		
	
	
		
			30105e7bbd
			...
			0262f721e9
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0262f721e9 | |||
| 5788d3d9f4 | 
@@ -230,7 +230,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("/"));
 | 
					        assert_eq!(response.headers().get("Location").next(), Some("/planned"));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        let flash_cookie = response
 | 
					        let flash_cookie = response
 | 
				
			||||||
            .cookies()
 | 
					            .cookies()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user