Skip to content

Commit 861e5de

Browse files
committed
fixup! feat: add PoC permission and role
1 parent 96ac10f commit 861e5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx_authz/tests/stubs/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __str__(self):
9393

9494
class CourseOverview(models.Model):
9595
"""
96-
Model for storing and caching basic information about a course.
96+
Stub model representing a course overview for testing purposes.
9797
9898
This model contains basic course metadata such as an ID, display name, and organization.
9999
It is used to link CourseScope instances to actual courses in the system.

0 commit comments

Comments
 (0)