This commit is contained in:
Christian Cueni 2024-06-13 15:18:35 +02:00
parent b8813482b0
commit d6293e879d
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ class ExportXlsTestCase(TestCase):
supervisor, self.ALLOWED_ROLES, requested_cs_ids
)
self.assertCountEqual(requested_cs_ids, [csr.id for csr in allowed_csrs_ids])
self.assertCountEqual([int(cs) for cs in requested_cs_ids], [csr.id for csr in allowed_csrs_ids])
def test_student_cannot_export_data(self):
# student cannot export any data