Merge pull request 'fix tests, as we now show all boats in kiosk mode' (#142) from fix-ci into staging
All checks were successful
CI/CD Pipeline / test (push) Successful in 15m27s
CI/CD Pipeline / deploy-staging (push) Successful in 17m56s
CI/CD Pipeline / deploy-main (push) Has been skipped

Reviewed-on: #142
This commit is contained in:
philipp 2024-01-04 20:47:47 +01:00
commit 248ab95ae9

View File

@ -424,7 +424,7 @@ mod test {
assert!(text.contains("Logbuch"));
assert!(text.contains("Neue Ausfahrt"));
assert!(!text.contains("Ottensheim Boot"));
//assert!(!text.contains("Ottensheim Boot"));
}
#[sqlx::test]
@ -610,7 +610,7 @@ mod test {
assert!(text.contains("private_boat_from_rower"));
//Doesn't see the one's in Ottensheim
assert!(!text.contains("Ottensheim Boot"));
//assert!(!text.contains("Ottensheim Boot"));
}
#[sqlx::test]