diff options
author | Erik Johnston <erik@matrix.org> | 2016-01-22 10:48:27 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-01-22 10:48:27 +0000 |
commit | 8f9c74e9f12050b6680355fc93758b28672e9358 (patch) | |
tree | e4944c35d43e179eb9ca33df98e1c9ce58920bb2 /tests | |
parent | Sanitize filters (diff) | |
download | synapse-8f9c74e9f12050b6680355fc93758b28672e9358.tar.xz |
Fix tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/api/test_filtering.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api/test_filtering.py b/tests/api/test_filtering.py index 14cddee679..16ee6bbe6a 100644 --- a/tests/api/test_filtering.py +++ b/tests/api/test_filtering.py @@ -504,4 +504,4 @@ class FilteringTestCase(unittest.TestCase): filter_id=filter_id, ) - self.assertEquals(filter.filter_json, user_filter_json) + self.assertEquals(filter.get_filter_json(), user_filter_json) |