summary refs log tree commit diff
path: root/tests/test_federation.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-11-10 14:16:06 +0000
committerGitHub <noreply@github.com>2021-11-10 14:16:06 +0000
commit73cbb284b932c8b769e8a42ccda0f239a0fb1a71 (patch)
treeefa65ca13f1c63892e5932f062db933572cfe088 /tests/test_federation.py
parentMerge tag 'v1.47.0rc2' into develop (diff)
downloadsynapse-73cbb284b932c8b769e8a42ccda0f239a0fb1a71.tar.xz
Remove redundant parameters on `_check_event_auth` (#11292)
as of #11012, these parameters are unused.
Diffstat (limited to 'tests/test_federation.py')
-rw-r--r--tests/test_federation.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_federation.py b/tests/test_federation.py
index 24fc77d7a7..3eef1c4c05 100644
--- a/tests/test_federation.py
+++ b/tests/test_federation.py
@@ -81,8 +81,6 @@ class MessageAcceptTests(unittest.HomeserverTestCase):
             origin,
             event,
             context,
-            state=None,
-            backfilled=False,
         ):
             return context