mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 22:26:05 -04:00
SYN-103: Remove "origin" and "destination" keys from edus
This commit is contained in:
parent
d085807070
commit
8d8a133c89
4 changed files with 4 additions and 14 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue