Fix test, remove unused file
This commit is contained in:
parent
9437dafb76
commit
ade89c3c5b
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue