Added support for dynamic upgrade deadlines
The verified seat upgrade deadline for self-paced course runs is now dependent on when the learner was first able to access the content--the latest of enrollment date and course run start date.
This commit is contained in:
committed by
Clinton Blackburn
parent
80538211cd
commit
5db02ef673
@@ -160,7 +160,7 @@ class TestCourseHomePage(CourseHomePageTestCase):
|
||||
course_home_url(self.course)
|
||||
|
||||
# Fetch the view and verify the query counts
|
||||
with self.assertNumQueries(38, table_blacklist=QUERY_COUNT_TABLE_BLACKLIST):
|
||||
with self.assertNumQueries(40, table_blacklist=QUERY_COUNT_TABLE_BLACKLIST):
|
||||
with check_mongo_calls(4):
|
||||
url = course_home_url(self.course)
|
||||
self.client.get(url)
|
||||
|
||||
Reference in New Issue
Block a user