Fixes field and lists tests
This commit is contained in:
parent
f917079c0b
commit
ffd0759f6f
5 changed files with 28 additions and 16 deletions
|
@ -19,7 +19,7 @@ class Relationship(TestCase):
|
|||
'mouse', 'mouse@mouse.com', 'mouseword',
|
||||
local=True, localname='mouse')
|
||||
self.local_user.remote_id = 'http://local.com/user/mouse'
|
||||
self.local_user.save()
|
||||
self.local_user.save(broadcast=False)
|
||||
|
||||
def test_user_follows(self):
|
||||
rel = models.UserFollows.objects.create(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue