mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-24 23:59:23 -05:00
fix test
This commit is contained in:
parent
6e16aca8b0
commit
2f82de18ee
@ -164,7 +164,9 @@ class SyncRestServlet(RestServlet):
|
|||||||
)
|
)
|
||||||
|
|
||||||
time_now = self.clock.time_msec()
|
time_now = self.clock.time_msec()
|
||||||
response_content = self.encode_response(time_now, sync_result, requester.access_token_id, filter)
|
response_content = self.encode_response(
|
||||||
|
time_now, sync_result, requester.access_token_id, filter
|
||||||
|
)
|
||||||
|
|
||||||
defer.returnValue((200, response_content))
|
defer.returnValue((200, response_content))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user