Fixes field and lists tests

This commit is contained in:
Mouse Reeve
2021-02-06 16:13:59 -08:00
parent f917079c0b
commit ffd0759f6f
5 changed files with 28 additions and 16 deletions

View File

@ -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(