Skip to content

Commit d663670

Browse files
committed
fixup! test: Update query counts.
1 parent 541c42c commit d663670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lms/djangoapps/course_api/blocks/transformers/tests/test_milestones.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def test_gated(self, gated_block_ref, gating_block_ref, expected_blocks_before_c
166166
self.course.enable_subsection_gating = True
167167
self.setup_gated_section(self.blocks[gated_block_ref], self.blocks[gating_block_ref])
168168

169-
with self.assertNumQueries(5):
169+
with self.assertNumQueries(14):
170170
self.get_blocks_and_check_against_expected(self.user, expected_blocks_before_completion)
171171

172172
# clear the request cache to simulate a new request
@@ -179,7 +179,7 @@ def test_gated(self, gated_block_ref, gating_block_ref, expected_blocks_before_c
179179
self.user,
180180
)
181181

182-
with self.assertNumQueries(6):
182+
with self.assertNumQueries(4):
183183
self.get_blocks_and_check_against_expected(self.user, self.ALL_BLOCKS_EXCEPT_SPECIAL)
184184

185185
def test_staff_access(self):

0 commit comments

Comments
 (0)