summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-07-31 12:13:09 -0600
committerGitHub <noreply@github.com>2018-07-31 12:13:09 -0600
commit5e2ee64660b17e34894c019baba8c68943645e96 (patch)
treeb94e5d7df52061231f48945628c58cbbedfe6d04 /tests
parentMerge pull request #3612 from matrix-org/rav/store_heirarchy (diff)
parentRemove pdu_failures from transactions (diff)
downloadsynapse-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.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": [],
     }