summary refs log tree commit diff
path: root/tests/api
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-01-22 10:48:27 +0000
committerErik Johnston <erik@matrix.org>2016-01-22 10:48:27 +0000
commit8f9c74e9f12050b6680355fc93758b28672e9358 (patch)
treee4944c35d43e179eb9ca33df98e1c9ce58920bb2 /tests/api
parentSanitize filters (diff)
downloadsynapse-8f9c74e9f12050b6680355fc93758b28672e9358.tar.xz
Fix tests
Diffstat (limited to 'tests/api')
-rw-r--r--tests/api/test_filtering.py2
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)