Fixes model test
This commit is contained in:
parent
d73a1b4ec1
commit
4883231347
7 changed files with 58 additions and 11 deletions
|
@ -16,7 +16,7 @@ class List(TestCase):
|
|||
|
||||
def test_remote_id(self):
|
||||
''' shelves use custom remote ids '''
|
||||
expected_id = 'https://%s/user/mouse/list/%d' % \
|
||||
expected_id = 'https://%s/list/%d' % \
|
||||
(settings.DOMAIN, self.list.id)
|
||||
self.assertEqual(self.list.get_remote_id(), expected_id)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue