mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 11:04:10 -04:00
Fix comments. v0.99.2 -> v0.99.3
This commit is contained in:
parent
551ea11559
commit
c69df5d5d3
2 changed files with 6 additions and 6 deletions
|
@ -272,7 +272,7 @@ class FederationClientTests(HomeserverTestCase):
|
|||
"""
|
||||
If a connection is made to a client but the client rejects it due to
|
||||
requiring a trailing slash. We need to retry the request with a
|
||||
trailing slash. Workaround for Synapse <= v0.99.2, explained in #3622.
|
||||
trailing slash. Workaround for Synapse <= v0.99.3, explained in #3622.
|
||||
"""
|
||||
d = self.cl.get_json(
|
||||
"testserv:8008", "foo/bar", try_trailing_slash_on_400=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue