Enables Dates Tab for Self-Paced courses

This commit is contained in:
Jeff LaJoie
2020-03-09 10:14:23 -04:00
parent af7103c313
commit 449ba74b37
3 changed files with 4 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ class TestCourseUpdatesPage(SharedModuleStoreTestCase):
# 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_blacklist=QUERY_COUNT_TABLE_BLACKLIST):
with self.assertNumQueries(50, table_blacklist=QUERY_COUNT_TABLE_BLACKLIST):
with check_mongo_calls(4):
url = course_updates_url(self.course)
self.client.get(url)