diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-11-10 14:16:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 14:16:06 +0000 |
commit | 73cbb284b932c8b769e8a42ccda0f239a0fb1a71 (patch) | |
tree | efa65ca13f1c63892e5932f062db933572cfe088 /tests | |
parent | Merge tag 'v1.47.0rc2' into develop (diff) | |
download | synapse-73cbb284b932c8b769e8a42ccda0f239a0fb1a71.tar.xz |
Remove redundant parameters on `_check_event_auth` (#11292)
as of #11012, these parameters are unused.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_federation.py | 2 |
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 |