Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
adjust tests to new code in 46bed49
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 22, 2013
1 parent 46bed49 commit 75eb368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monolith/tests/tests_views.py
Expand Up @@ -17,8 +17,8 @@ def setUp(self):
def test_get_info(self):
res = self.app.get('/')
info = res.json
self.assertEqual(info['fields'],
['downloads_count', 'users_count'])
self.assertEqual(set(info['fields']),
set(['downloads_count', 'pageviews', 'users_count']))

def test_query_time(self):
mock_search = mock.Mock()
Expand Down

0 comments on commit 75eb368

Please sign in to comment.