From 34c4614682b08fa89a9f94ded4ecaf882fdc4160 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 5 Nov 2014 11:10:54 +0000 Subject: [PATCH] Fix presence test --- tests/handlers/test_presence.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/handlers/test_presence.py b/tests/handlers/test_presence.py index fdc2e8de4..a6af648de 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):