diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-20 11:27:18 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-20 11:27:18 +0000 |
commit | c69df5d5d37652b98d670a25c8c4291002af9242 (patch) | |
tree | 7782b966c52454b0f943ed7b08673b312c201fad /tests/http | |
parent | Just return if not doing any trailing slash shennanigans (diff) | |
download | synapse-c69df5d5d37652b98d670a25c8c4291002af9242.tar.xz |
Fix comments. v0.99.2 -> v0.99.3
Diffstat (limited to 'tests/http')
-rw-r--r-- | tests/http/test_fedclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/test_fedclient.py b/tests/http/test_fedclient.py index b1b3a025ef..de5da1694a 100644 --- a/tests/http/test_fedclient.py +++ b/tests/http/test_fedclient.py @@ -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, |