Test fixes

This commit is contained in:
Mouse Reeve
2020-12-03 17:18:23 -08:00
parent bbbfbe721e
commit 646ced80ce
7 changed files with 29 additions and 36 deletions

View File

@ -15,7 +15,7 @@ class BaseModel(TestCase):
def test_remote_id_with_user(self):
user = models.User.objects.create_user(
'mouse', 'mouse@mouse.com', 'mouseword')
'mouse', 'mouse@mouse.com', 'mouseword', local=True)
instance = BookWyrmModel()
instance.user = user
instance.id = 1