diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-03-31 16:43:49 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-03-31 16:44:45 +0100 |
commit | 09cbff174a01757d10107b7960972a484153323e (patch) | |
tree | 52229facc62f2f0ad95301c62fa3fddf06a53530 /tests | |
parent | Add note in changelog about change in config option names (diff) | |
download | synapse-09cbff174a01757d10107b7960972a484153323e.tar.xz |
Fix thinko whereby events *for the AS specifically* were not passed on.
This was caused by not explicitly checking the service.sender field. This has now been fixed and a regression test has been added.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/appservice/test_appservice.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/appservice/test_appservice.py b/tests/appservice/test_appservice.py |