From 9622f1c7ff1c271bedc2f3f232d711c7cf7f6cf9 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 18 Jul 2024 17:42:01 +0200 Subject: [PATCH] fixed the calendar testcase a final time --- server/main-api/src/calendar/mod.rs | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/server/main-api/src/calendar/mod.rs b/server/main-api/src/calendar/mod.rs index bf24e8bd3..53ebadaa6 100644 --- a/server/main-api/src/calendar/mod.rs +++ b/server/main-api/src/calendar/mod.rs @@ -423,19 +423,7 @@ mod tests { }, }, "5121.EG.003": { - "events": [ - { - "detailed_entry_type": "Abhaltung", - "end_at": "2014-01-01T01:00:00Z", - "entry_type": "lecture", - "id": 1, - "room_code": "5121.EG.003", - "start_at": "2012-01-01T00:00:00Z", - "stp_title_de": "Quantenteleportation", - "stp_title_en": "Quantum teleportation", - "stp_type": "Vorlesung mit Zentralübung", - }, - ], + "events": [], "location": { "calendar_url": "https://campus.tum.de/3", "key": "5121.EG.003",