Exemplo n.º 1
0
 def test_submit_course_survey_report(self):
     api_call = lambda: submit_course_survey_report(
         self.create_task_request(self.instructor), self.course.id)
     self._test_resubmission(api_call)
Exemplo n.º 2
0
 def test_submit_course_survey_report(self):
     api_call = lambda: submit_course_survey_report(
         self.create_task_request(self.instructor), self.course.id
     )
     self._test_resubmission(api_call)