summary refs log tree commit diff
path: root/tests/http
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 10:23:13 +0000
committerGitHub <noreply@github.com>2023-11-01 10:23:13 +0000
commitc812f43bd74347da1ced0ddcfff9d199988add34 (patch)
tree45b6b6dd9da57c3428de99ae35acdf916dafd4be /tests/http
parentDo not call getfullargspec on every call. (#16589) (diff)
downloadsynapse-c812f43bd74347da1ced0ddcfff9d199988add34.tar.xz
Bump twisted from 23.8.0 to 23.10.0 (#16588)
Diffstat (limited to 'tests/http')
-rw-r--r--tests/http/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/__init__.py b/tests/http/__init__.py
index d5306e7ee0..9108a3007b 100644
--- a/tests/http/__init__.py
+++ b/tests/http/__init__.py
@@ -182,7 +182,7 @@ def wrap_server_factory_for_tls(
         )
     else:
         return TLSMemoryBIOFactory(
-            connection_creator, isClient=False, wrappedFactory=factory, clock=clock  # type: ignore[call-arg]
+            connection_creator, isClient=False, wrappedFactory=factory, clock=clock
         )