Updates unit tests for new username handling
still some failing tho
This commit is contained in:
parent
e89bfdc572
commit
7e987fc446
14 changed files with 68 additions and 39 deletions
|
@ -16,7 +16,8 @@ class Relationship(TestCase):
|
|||
outbox='https://example.com/users/rat/outbox',
|
||||
)
|
||||
self.local_user = models.User.objects.create_user(
|
||||
'mouse', 'mouse@mouse.com', 'mouseword', local=True)
|
||||
'mouse', 'mouse@mouse.com', 'mouseword',
|
||||
local=True, localname='mouse')
|
||||
self.local_user.remote_id = 'http://local.com/user/mouse'
|
||||
self.local_user.save()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue