Commit f21bc151 by Dennis Jen

fixed broken csv 404 unit test

parent 9f868248
......@@ -370,7 +370,7 @@ class CourseEnrollmentByCountryCSVViewTests(CourseCSVTestMixin, CourseEnrollment
super(CourseEnrollmentByCountryCSVViewTests, self).test_response_no_data(mock_call)
@mock.patch('analyticsclient.course.Course.enrollment', mock.Mock(side_effect=NotFoundError))
def test_missing_data(self):
def test_404(self):
super(CourseEnrollmentByCountryCSVViewTests, self).test_404()
......
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