Skip to content
Snippets Groups Projects
Commit 8f9c74e9 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix tests

parent 975903ae
Branches
Tags
No related merge requests found
...@@ -504,4 +504,4 @@ class FilteringTestCase(unittest.TestCase): ...@@ -504,4 +504,4 @@ class FilteringTestCase(unittest.TestCase):
filter_id=filter_id, filter_id=filter_id,
) )
self.assertEquals(filter.filter_json, user_filter_json) self.assertEquals(filter.get_filter_json(), user_filter_json)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment