summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-03-20 11:27:18 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-03-20 11:27:18 +0000
commitc69df5d5d37652b98d670a25c8c4291002af9242 (patch)
tree7782b966c52454b0f943ed7b08673b312c201fad /tests
parentJust return if not doing any trailing slash shennanigans (diff)
downloadsynapse-c69df5d5d37652b98d670a25c8c4291002af9242.tar.xz
Fix comments. v0.99.2 -> v0.99.3
Diffstat (limited to 'tests')
-rw-r--r--tests/http/test_fedclient.py2
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,