summary refs log tree commit diff
path: root/tests/handlers
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-07-30 16:24:02 -0600
committerTravis Ralston <travpc@gmail.com>2018-07-30 16:28:47 -0600
commite908b8683248328dd92479fc81be350336b9c8f4 (patch)
treecc5457c24bff92c33d90411d11ff83f07f74d037 /tests/handlers
parentmake /context lazyload & filter aware (#3567) (diff)
downloadsynapse-e908b8683248328dd92479fc81be350336b9c8f4.tar.xz
Remove pdu_failures from transactions
The field is never read from, and all the opportunities given to populate it are not utilized. It should be very safe to remove this.
Diffstat (limited to 'tests/handlers')
-rw-r--r--tests/handlers/test_typing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py
index b08856f763..2c263af1a3 100644
--- a/tests/handlers/test_typing.py
+++ b/tests/handlers/test_typing.py
@@ -44,7 +44,6 @@ def _expect_edu(destination, edu_type, content, origin="test"):
                 "content": content,
             }
         ],
-        "pdu_failures": [],
     }