From 1e44e016296697d48386d3fe7b7ef6ce8785bf3c Mon Sep 17 00:00:00 2001 From: Julian Arni Date: Sun, 25 Aug 2013 22:50:26 -0400 Subject: [PATCH] Remove assert2xx --- cms/djangoapps/contentstore/tests/test_import_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/tests/test_import_export.py b/cms/djangoapps/contentstore/tests/test_import_export.py index 72c56ac0c4..05f2b0b7b9 100644 --- a/cms/djangoapps/contentstore/tests/test_import_export.py +++ b/cms/djangoapps/contentstore/tests/test_import_export.py @@ -91,4 +91,4 @@ class ImportTestCase(CourseTestCase): "name": self.good_tar, "course-data": [gtar] }) - self.assert2XX(resp.status_code) + self.assertEquals(resp.status_code, 200)