Fix presence test

This commit is contained in:
Erik Johnston 2014-11-05 11:10:54 +00:00
parent 9e429239ab
commit 34c4614682

View file

@ -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):