Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
fix bug 1030629 - search filter
Browse files Browse the repository at this point in the history
  • Loading branch information
tx2z committed Sep 3, 2014
1 parent 87a6c40 commit d9ace99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/search/tests/test_views.py
Expand Up @@ -39,7 +39,7 @@ def dispatch(self, *args, **kwargs):
'tags': ['tagged'],
'operator': 'OR',
'group': {'name': 'Group', 'slug': 'group', 'order': 1},
'shortcut': None})
'shortcut': None
}])

test_view1 = Test1SearchView.as_view()
Expand Down

0 comments on commit d9ace99

Please sign in to comment.