Merge pull request #32357 from open-craft/agrendalath/fc-0026-field-data

feat: remove field-data binding from the runtime [FC-0026]
This commit is contained in:
Piotr Surowiec
2023-06-30 15:06:17 +02:00
committed by GitHub
9 changed files with 23 additions and 65 deletions

View File

@@ -274,7 +274,7 @@ class TestCourseNextSectionUpdateResolver(SchedulesResolverTestMixin, ModuleStor
def test_schedule_context(self):
resolver = self.create_resolver()
# using this to make sure the select_related stays intact
with self.assertNumQueries(40):
with self.assertNumQueries(30):
sc = resolver.get_schedules()
schedules = list(sc)
apple_logo_url = 'http://email-media.s3.amazonaws.com/edX/2021/store_apple_229x78.jpg'