mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-10 11:12:40 -04:00
Run black.
This commit is contained in:
parent
b37c472419
commit
8b3d9b6b19
75 changed files with 1626 additions and 2277 deletions
|
@ -69,10 +69,7 @@ class GroupIDTestCase(unittest.TestCase):
|
|||
self.assertEqual("my.domain", group_id.domain)
|
||||
|
||||
def test_validate(self):
|
||||
bad_ids = [
|
||||
"$badsigil:domain",
|
||||
"+:empty",
|
||||
] + [
|
||||
bad_ids = ["$badsigil:domain", "+:empty"] + [
|
||||
"+group" + c + ":domain" for c in "A%?æ£"
|
||||
]
|
||||
for id_string in bad_ids:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue