Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Adjust expected queries
Browse files Browse the repository at this point in the history
  • Loading branch information
George Schneeloch committed Sep 3, 2015
1 parent 85ee06a commit b3f1ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_num_queries(self):
Make sure we're not hitting the database for the search
more than necessary.
"""
with self.assertNumQueries(9):
with self.assertNumQueries(7):
self.get_results()

def test_facets(self):
Expand Down

0 comments on commit b3f1ee0

Please sign in to comment.