Fixes generating new key paris for user
and the broadcast test
This commit is contained in:
parent
eb6206252d
commit
fee5846aa8
5 changed files with 15 additions and 15 deletions
|
@ -19,8 +19,8 @@ class User(TestCase):
|
|||
self.assertEqual(self.user.shared_inbox, 'https://%s/inbox' % DOMAIN)
|
||||
self.assertEqual(self.user.inbox, '%s/inbox' % expected_id)
|
||||
self.assertEqual(self.user.outbox, '%s/outbox' % expected_id)
|
||||
self.assertIsNotNone(self.user.private_key)
|
||||
self.assertIsNotNone(self.user.public_key)
|
||||
self.assertIsNotNone(self.user.key_pair.private_key)
|
||||
self.assertIsNotNone(self.user.key_pair.public_key)
|
||||
|
||||
|
||||
def test_user_shelves(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue