Staging
This commit is contained in:
@ -341,8 +341,9 @@ mod test {
|
||||
let response = req.dispatch().await;
|
||||
|
||||
let text = response.into_string().await.unwrap();
|
||||
println!("{text:?}");
|
||||
assert!(text.contains("Logbuch"));
|
||||
assert!(text.contains("Bootsname: Joe"));
|
||||
assert!(text.contains("Joe"));
|
||||
}
|
||||
|
||||
#[sqlx::test]
|
||||
@ -361,7 +362,7 @@ mod test {
|
||||
|
||||
let text = response.into_string().await.unwrap();
|
||||
assert!(text.contains("Logbuch"));
|
||||
assert!(text.contains("Bootsname: Joe"));
|
||||
assert!(text.contains("Joe"));
|
||||
}
|
||||
|
||||
#[sqlx::test]
|
||||
|
Reference in New Issue
Block a user