diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-05 11:10:54 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-05 11:10:54 +0000 |
commit | 34c4614682b08fa89a9f94ded4ecaf882fdc4160 (patch) | |
tree | f222582d24b76af5676417310276b98afcb4e3e4 | |
parent | Fix Federation test (diff) | |
download | synapse-34c4614682b08fa89a9f94ded4ecaf882fdc4160.tar.xz |
Fix presence test
-rw-r--r-- | tests/handlers/test_presence.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_presence.py b/tests/handlers/test_presence.py index fdc2e8de4a..a6af648def 100644 --- a/tests/handlers/test_presence.py +++ b/tests/handlers/test_presence.py @@ -51,6 +51,7 @@ def _expect_edu(destination, edu_type, content, origin="test"): "content": content, } ], + "pdu_failures": [], } def _make_edu_json(origin, edu_type, content): |