mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:56:07 -04:00
fix off by 1 errors
This commit is contained in:
parent
8f9a7eb58d
commit
06b331ff40
2 changed files with 14 additions and 3 deletions
|
@ -177,7 +177,6 @@ class AuthTestCase(unittest.TestCase):
|
|||
self._get_macaroon().serialize()
|
||||
)
|
||||
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def test_mau_limits_not_exceeded(self):
|
||||
self.hs.config.limit_usage_by_mau = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue