mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-14 12:15:28 -04:00
[pyupgrade] tests/
(#10347)
This commit is contained in:
parent
879d8c1ee1
commit
89cfc3dd98
20 changed files with 45 additions and 58 deletions
|
@ -211,7 +211,7 @@ class EventPersisterShardTestCase(BaseMultiWorkerStreamTestCase):
|
|||
self.reactor,
|
||||
sync_hs_site,
|
||||
"GET",
|
||||
"/sync?since={}".format(next_batch),
|
||||
f"/sync?since={next_batch}",
|
||||
access_token=access_token,
|
||||
)
|
||||
|
||||
|
@ -241,7 +241,7 @@ class EventPersisterShardTestCase(BaseMultiWorkerStreamTestCase):
|
|||
self.reactor,
|
||||
sync_hs_site,
|
||||
"GET",
|
||||
"/sync?since={}".format(vector_clock_token),
|
||||
f"/sync?since={vector_clock_token}",
|
||||
access_token=access_token,
|
||||
)
|
||||
|
||||
|
@ -266,7 +266,7 @@ class EventPersisterShardTestCase(BaseMultiWorkerStreamTestCase):
|
|||
self.reactor,
|
||||
sync_hs_site,
|
||||
"GET",
|
||||
"/sync?since={}".format(next_batch),
|
||||
f"/sync?since={next_batch}",
|
||||
access_token=access_token,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue