SYN-103: Remove "origin" and "destination" keys from edus

This commit is contained in:
Mark Haines 2014-11-13 15:48:51 +00:00
parent d085807070
commit 8d8a133c89
4 changed files with 4 additions and 14 deletions

View file

@ -44,9 +44,6 @@ def _expect_edu(destination, edu_type, content, origin="test"):
"pdus": [],
"edus": [
{
# TODO: SYN-103: Remove "origin" and "destination" keys.
"origin": origin,
"destination": destination,
"edu_type": edu_type,
"content": content,
}