Still compute grades asynchronously when PersistentGrades is enabled

This commit is contained in:
Nimisha Asthagiri
2017-03-16 11:38:35 -04:00
parent 11788282b7
commit 634ac8a825
5 changed files with 63 additions and 45 deletions

View File

@@ -1775,7 +1775,7 @@ class TestCertificateGeneration(InstructorTaskModuleTestCase):
'failed': 3,
'skipped': 2
}
with self.assertNumQueries(169):
with self.assertNumQueries(168):
self.assertCertificatesGenerated(task_input, expected_results)
expected_results = {