Enable course sidebar for new course home page

LEARNER-764
This commit is contained in:
Andy Armstrong
2017-05-02 17:34:58 -04:00
parent 37eba6ace4
commit 75a0fdf0eb
3 changed files with 41 additions and 44 deletions

View File

@@ -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)