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