We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc39d4 commit 7bed463Copy full SHA for 7bed463
tests/openedx_content/applets/sections/test_api.py
@@ -154,7 +154,7 @@ def test_section_queries(self) -> None:
154
"""
155
with self.assertNumQueries(37):
156
section = self.create_section_with_subsections([self.subsection_1, self.subsection_2_v1])
157
- with self.assertNumQueries(169): # TODO: this seems high?
+ with self.assertNumQueries(169): # TODO: this seems high? FIXME: this is 181 on MySQL but 169 on SQLite?
158
content_api.publish_from_drafts(
159
self.learning_package.id,
160
draft_qset=content_api.get_all_drafts(self.learning_package.id).filter(entity=section.pk),
0 commit comments