diff options
author | Travis Ralston <travpc@gmail.com> | 2018-07-31 12:13:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 12:13:09 -0600 |
commit | 5e2ee64660b17e34894c019baba8c68943645e96 (patch) | |
tree | b94e5d7df52061231f48945628c58cbbedfe6d04 /tests | |
parent | Merge pull request #3612 from matrix-org/rav/store_heirarchy (diff) | |
parent | Remove pdu_failures from transactions (diff) | |
download | synapse-5e2ee64660b17e34894c019baba8c68943645e96.tar.xz |
Merge pull request #3628 from turt2live/travis/goodby-pdu-failures
Remove pdu_failures from transactions
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": [], } |