Skip to content

Commit 7bed463

Browse files
test: note issue with one of the tests
1 parent edc39d4 commit 7bed463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openedx_content/applets/sections/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_section_queries(self) -> None:
154154
"""
155155
with self.assertNumQueries(37):
156156
section = self.create_section_with_subsections([self.subsection_1, self.subsection_2_v1])
157-
with self.assertNumQueries(169): # TODO: this seems high?
157+
with self.assertNumQueries(169): # TODO: this seems high? FIXME: this is 181 on MySQL but 169 on SQLite?
158158
content_api.publish_from_drafts(
159159
self.learning_package.id,
160160
draft_qset=content_api.get_all_drafts(self.learning_package.id).filter(entity=section.pk),

0 commit comments

Comments
 (0)