chore: removed enable_course_live and enable_big_blue_button flag flags (#33998)

* chore: removed enable_course_live flag

* chore: removed enable_big_blue_button flag

* fix: fixing failed test cases
This commit is contained in:
ayesha waris
2024-01-12 15:24:46 +05:00
committed by GitHub
parent 53270f17b3
commit 2fd1f7bd90
9 changed files with 24 additions and 69 deletions

View File

@@ -49,7 +49,7 @@ class TestCourseUpdatesPage(BaseCourseUpdatesTestCase):
# Fetch the view and verify that the query counts haven't changed
# TODO: decrease query count as part of REVO-28
with self.assertNumQueries(52, table_ignorelist=QUERY_COUNT_TABLE_IGNORELIST):
with self.assertNumQueries(53, table_ignorelist=QUERY_COUNT_TABLE_IGNORELIST):
with check_mongo_calls(3):
url = course_updates_url(self.course)
self.client.get(url)