Fix test, remove unused file

This commit is contained in:
Christian Cueni 2024-06-20 07:20:01 +02:00
parent 9437dafb76
commit ade89c3c5b
2 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class CreateOrUpdateStudentTestCase(TestCase):
"Tel. Privat": "079 593 83 43", "Tel. Privat": "079 593 83 43",
"Geburtsdatum": "01.01.2000", "Geburtsdatum": "01.01.2000",
"email_notification_categories": ["INFORMATION"], "email_notification_categories": ["INFORMATION"],
'intermediate_sso_id': ''
} }
def test_create_student(self): def test_create_student(self):