Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Sep 16, 2015
1 parent 1028e8a commit fd9bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/legacy/lib/test_cli.py
Expand Up @@ -80,7 +80,7 @@ def test_clear_and_rebuild_index(self):

# Rebuild index
self.search.args = ()
self.search.options = FakeOptions(only_missing=False,force=False,refresh=False,commit_each=False)
self.search.options = FakeOptions(only_missing=False, force=False, refresh=False, commit_each=False, quiet=False)
self.search.rebuild()
pkg_count = model.Session.query(model.Package).filter(model.Package.state==u'active').count()

Expand Down

0 comments on commit fd9bf89

Please sign in to comment.