diff options
author | Travis Ralston <travpc@gmail.com> | 2018-07-30 16:24:02 -0600 |
---|---|---|
committer | Travis Ralston <travpc@gmail.com> | 2018-07-30 16:28:47 -0600 |
commit | e908b8683248328dd92479fc81be350336b9c8f4 (patch) | |
tree | cc5457c24bff92c33d90411d11ff83f07f74d037 /tests | |
parent | make /context lazyload & filter aware (#3567) (diff) | |
download | synapse-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')
-rw-r--r-- | tests/handlers/test_typing.py | 1 |
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": [], } |