add tests for tera/admin/planned_event

Closes #20
This commit is contained in:
2023-07-31 21:29:03 +02:00
parent 8fa8e17c5a
commit da6a16cd66
4 changed files with 75 additions and 4 deletions

View File

@ -309,7 +309,7 @@ mod test {
let client = Client::tracked(rocket).await.unwrap();
let req = client.get("/log/kiosk/ekrv2019");
let response = req.dispatch().await;
let _ = req.dispatch().await;
let req = client.get("/log/show");
let response = req.dispatch().await;
@ -362,7 +362,7 @@ mod test {
let client = Client::tracked(rocket).await.unwrap();
let req = client.get("/log/kiosk/ekrv2019");
let response = req.dispatch().await;
let _ = req.dispatch().await;
let req = client
.post("/log/1")