diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-05 11:15:56 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-05 11:15:56 +0000 |
commit | 1616df2f610ea2cc7c1fa32b98f5a63004d978de (patch) | |
tree | 4aa61a6418c2cc2ff4c522d1fc0c0d173588782a | |
parent | Fix room tests (diff) | |
download | synapse-1616df2f610ea2cc7c1fa32b98f5a63004d978de.tar.xz |
Fix typing tests
-rw-r--r-- | tests/handlers/test_typing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py index f1d3b27f74..07acda5eee 100644 --- a/tests/handlers/test_typing.py +++ b/tests/handlers/test_typing.py @@ -40,6 +40,7 @@ def _expect_edu(destination, edu_type, content, origin="test"): "content": content, } ], + "pdu_failures": [], } |