Remove some extraneous @unittest.INFOs on unit tests (#8592)

This commit is contained in:
Andrew Morgan 2020-10-20 11:49:15 +01:00 committed by GitHub
parent a312e890f5
commit 74f29284aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 2 deletions

View file

@ -104,7 +104,6 @@ class FallbackAuthTests(unittest.HomeserverTestCase):
self.assertEqual(len(attempts), 1)
self.assertEqual(attempts[0][0]["response"], "a")
@unittest.INFO
def test_fallback_captcha(self):
"""Ensure that fallback auth via a captcha works."""
# Returns a 401 as per the spec