From ade89c3c5b4edbb4f8d83b505a218149158a7e4d Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Thu, 20 Jun 2024 07:20:01 +0200 Subject: [PATCH] Fix test, remove unused file --- server/vbv_lernwelt/importer/tests/test_import_students.py | 1 + server/vbv_lernwelt/sso/role_sync/admin_views.py | 0 2 files changed, 1 insertion(+) delete mode 100644 server/vbv_lernwelt/sso/role_sync/admin_views.py diff --git a/server/vbv_lernwelt/importer/tests/test_import_students.py b/server/vbv_lernwelt/importer/tests/test_import_students.py index 6bf3f63a..a3ad3565 100644 --- a/server/vbv_lernwelt/importer/tests/test_import_students.py +++ b/server/vbv_lernwelt/importer/tests/test_import_students.py @@ -53,6 +53,7 @@ class CreateOrUpdateStudentTestCase(TestCase): "Tel. Privat": "079 593 83 43", "Geburtsdatum": "01.01.2000", "email_notification_categories": ["INFORMATION"], + 'intermediate_sso_id': '' } def test_create_student(self): diff --git a/server/vbv_lernwelt/sso/role_sync/admin_views.py b/server/vbv_lernwelt/sso/role_sync/admin_views.py deleted file mode 100644 index e69de29b..00000000