mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-16 03:03:56 -05:00
Remove some extraneous @unittest.INFOs on unit tests (#8592)
This commit is contained in:
parent
a312e890f5
commit
74f29284aa
3 changed files with 1 additions and 2 deletions
|
|
@ -352,7 +352,6 @@ class DeactivateTestCase(unittest.HomeserverTestCase):
|
|||
self.render(request)
|
||||
self.assertEqual(request.code, 401)
|
||||
|
||||
@unittest.INFO
|
||||
def test_pending_invites(self):
|
||||
"""Tests that deactivating a user rejects every pending invite for them."""
|
||||
store = self.hs.get_datastore()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue