Merge pull request #3658 from edx/opaque-keys-location-to-son
Opaque keys location to son
This commit is contained in:
@@ -10,7 +10,7 @@ class Content:
|
||||
self.content = content
|
||||
|
||||
def get_id(self):
|
||||
return StaticContent.get_id_from_location(self.location)
|
||||
return self.location.to_deprecated_son()
|
||||
|
||||
|
||||
class CachingTestCase(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user