Commit e503bb6f by Rene Sorel

correctly test count on org filtered courses

parent 408bc223
......@@ -289,6 +289,7 @@ class TestUserEnrollmentApi(UrlResetMixin, MobileAPITestCase, MobileAuthUserTest
]
# Enroll in all the courses
self.assertEqual(len(response.data), 3)
for course in courses:
self.enroll(course.id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment