Commit 2879853e by Calen Pennington

Pep8 fixes

parent fbd9499c
...@@ -742,11 +742,11 @@ class TestCourseGrader(PageLoader): ...@@ -742,11 +742,11 @@ class TestCourseGrader(PageLoader):
""" """
problem_location = "i4x://edX/graded/problem/{0}".format(problem_url_name) problem_location = "i4x://edX/graded/problem/{0}".format(problem_url_name)
modx_url = reverse('modx_dispatch', modx_url = reverse('modx_dispatch',
kwargs={ kwargs={
'course_id' : self.graded_course.id, 'course_id': self.graded_course.id,
'location' : problem_location, 'location': problem_location,
'dispatch' : 'problem_check', } 'dispatch': 'problem_check', }
) )
resp = self.client.post(modx_url, { resp = self.client.post(modx_url, {
......
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