summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-05 11:10:54 +0000
committerErik Johnston <erik@matrix.org>2014-11-05 11:10:54 +0000
commit34c4614682b08fa89a9f94ded4ecaf882fdc4160 (patch)
treef222582d24b76af5676417310276b98afcb4e3e4 /tests
parentFix Federation test (diff)
downloadsynapse-34c4614682b08fa89a9f94ded4ecaf882fdc4160.tar.xz
Fix presence test
Diffstat (limited to 'tests')
-rw-r--r--tests/handlers/test_presence.py1
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):