mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 23:42:28 -04:00
Stop looking up "admin", which we never read
This commit is contained in:
parent
57619d6058
commit
a9d8bd95e7
9 changed files with 5 additions and 24 deletions
|
@ -53,8 +53,7 @@ class RegistrationStoreTestCase(unittest.TestCase):
|
|||
|
||||
self.assertDictContainsSubset(
|
||||
{
|
||||
"admin": 0,
|
||||
"name": self.user_id,
|
||||
"name": self.user_id,
|
||||
},
|
||||
result
|
||||
)
|
||||
|
@ -70,8 +69,7 @@ class RegistrationStoreTestCase(unittest.TestCase):
|
|||
|
||||
self.assertDictContainsSubset(
|
||||
{
|
||||
"admin": 0,
|
||||
"name": self.user_id,
|
||||
"name": self.user_id,
|
||||
},
|
||||
result
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue