We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a494094 commit 5f565eeCopy full SHA for 5f565ee
opaque_keys/edx/tests/test_locators.py
@@ -84,7 +84,8 @@ def test_aggregate_course_locator_serialize(self):
84
"org/course/run",
85
"org+course+run",
86
"org+course+run+foo",
87
+ "aggregate-course:org+course+run",
88
)
- def test_invalid_format_location(self, course_id):
89
+ def test_invalid_format_course_key(self, course_key):
90
with self.assertRaises(InvalidKeyError):
- AggregateCourseLocator.from_string(course_id)
91
+ AggregateCourseLocator.from_string(course_key)
0 commit comments