Commit 1e44e016 by Julian Arni

Remove assert2xx

parent 03b140d5
...@@ -91,4 +91,4 @@ class ImportTestCase(CourseTestCase): ...@@ -91,4 +91,4 @@ class ImportTestCase(CourseTestCase):
"name": self.good_tar, "name": self.good_tar,
"course-data": [gtar] "course-data": [gtar]
}) })
self.assert2XX(resp.status_code) self.assertEquals(resp.status_code, 200)
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