summary refs log tree commit diff
path: root/tests/handlers
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-03-12 14:30:26 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-03-12 14:30:26 +0000
commit97653ef1f4486259cdb4c1a39bd5f43522311691 (patch)
tree2f31b2779d497914740e95b85bd0973e814b6d00 /tests/handlers
parentCleaner way of implementing trailing slashes (diff)
downloadsynapse-97653ef1f4486259cdb4c1a39bd5f43522311691.tar.xz
Correct argument name
Diffstat (limited to 'tests/handlers')
-rw-r--r--tests/handlers/test_typing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py
index e17abf2fb4..244a0bc80c 100644
--- a/tests/handlers/test_typing.py
+++ b/tests/handlers/test_typing.py
@@ -192,7 +192,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
             json_data_callback=ANY,
             long_retries=True,
             backoff_on_404=True,
-            trailing_slashes_on_404=True,
+            try_trailing_slash_on_404=True,
         )
 
     def test_started_typing_remote_recv(self):
@@ -270,7 +270,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
             json_data_callback=ANY,
             long_retries=True,
             backoff_on_404=True,
-            trailing_slashes_on_404=True,
+            try_trailing_slash_on_404=True,
         )
 
         self.assertEquals(self.event_source.get_current_key(), 1)