mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 14:34:08 -04:00
Write some tests for the email pusher (#4095)
This commit is contained in:
parent
169851b412
commit
0dce9e1379
10 changed files with 182 additions and 13 deletions
|
@ -207,7 +207,7 @@ class TestMauLimit(unittest.TestCase):
|
|||
|
||||
def do_sync_for_user(self, token):
|
||||
request, channel = make_request(
|
||||
"GET", "/sync", access_token=token.encode('ascii')
|
||||
"GET", "/sync", access_token=token
|
||||
)
|
||||
render(request, self.resource, self.reactor)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue