0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-02 09:28:20 +02:00

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