Python Requirements Update (#29516)
* chore: Updating Python Requirements * fix: fix pylint issues Co-authored-by: Mohammad Ahtasham ul Hassan <mohammad.ahtasham@arbisoft.com>
This commit is contained in:
committed by
GitHub
parent
5d5a11fc16
commit
bb20b17428
@@ -142,7 +142,7 @@ class MilestonesHelpersTestCase(ModuleStoreTestCase):
|
||||
course = CourseFactory()
|
||||
|
||||
required_content = milestones_helpers.get_required_content(course.id, AnonymousUser())
|
||||
assert required_content == []
|
||||
assert not required_content
|
||||
|
||||
# NOTE (CCB): The initial version of anonymous courseware access is very simple. We avoid accidentally
|
||||
# exposing locked content by simply avoiding anonymous access altogether for courses runs with milestones.
|
||||
|
||||
Reference in New Issue
Block a user