Updates activitpub and tests for discoverability

This commit is contained in:
Mouse Reeve
2021-03-21 14:50:36 -07:00
parent 16994908d8
commit 3e75253ff1
5 changed files with 7 additions and 3 deletions

View File

@ -789,6 +789,7 @@ class Inbox(TestCase):
self.assertEqual(user.name, "MOUSE?? MOUSE!!")
self.assertEqual(user.username, "mouse@example.com")
self.assertEqual(user.localname, "mouse")
self.assertTrue(user.discoverable)
def test_handle_update_edition(self):
""" update an existing edition """