Enable course sidebar for new course home page
LEARNER-764
This commit is contained in:
@@ -65,7 +65,7 @@ class TestCourseHomePage(SharedModuleStoreTestCase):
|
||||
get_course_in_cache(self.course.id)
|
||||
|
||||
# Fetch the view and verify the query counts
|
||||
with self.assertNumQueries(37):
|
||||
with self.assertNumQueries(35):
|
||||
with check_mongo_calls(3):
|
||||
url = course_home_url(self.course)
|
||||
self.client.get(url)
|
||||
|
||||
Reference in New Issue
Block a user