Remove CONTENT_TYPE_GATING flag

This commit is contained in:
Matthew Piatetsky
2019-03-07 11:50:36 -05:00
parent 8eba343a5c
commit 49ae6b9d73
9 changed files with 9 additions and 62 deletions

View File

@@ -413,7 +413,7 @@ class TestInstructorGradeReport(InstructorGradeReportTestCase):
RequestCache.clear_all_namespaces()
expected_query_count = 50
expected_query_count = 49
with patch('lms.djangoapps.instructor_task.tasks_helper.runner._get_current_task'):
with check_mongo_calls(mongo_count):
with self.assertNumQueries(expected_query_count):