From 289ec980a5d0e2eac0bcd0edd7048cf091bf761d Mon Sep 17 00:00:00 2001 From: Matt Drayer Date: Thu, 2 Jul 2015 18:03:57 -0400 Subject: [PATCH] mattdrayer/update-num-queries-check: Modify value to reflect improved workflow(s) --- lms/djangoapps/instructor_task/tests/test_tasks_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/instructor_task/tests/test_tasks_helper.py b/lms/djangoapps/instructor_task/tests/test_tasks_helper.py index 3660b93c3c..d58f4d1865 100644 --- a/lms/djangoapps/instructor_task/tests/test_tasks_helper.py +++ b/lms/djangoapps/instructor_task/tests/test_tasks_helper.py @@ -1336,7 +1336,7 @@ class TestCertificateGeneration(InstructorTaskModuleTestCase): current_task = Mock() current_task.update_state = Mock() - with self.assertNumQueries(112): + with self.assertNumQueries(104): with patch('instructor_task.tasks_helper._get_current_task') as mock_current_task: mock_current_task.return_value = current_task with patch('capa.xqueue_interface.XQueueInterface.send_to_queue') as mock_queue: