Skip to content

Commit

Permalink
[xs] Test fix for main menu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Mar 13, 2012
1 parent b3a500a commit e0b4b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/functional/test_group.py
Expand Up @@ -67,7 +67,7 @@ def test_mainmenu(self):
assert 'Groups' in res, res
assert 'Groups</a>' in res, res
res = res.click(href='/group', index=0)
assert 'Groups of' in res, res
assert "Dave's books" in res, res

def test_index(self):
offset = url_for(controller='group', action='index')
Expand Down

0 comments on commit e0b4b16

Please sign in to comment.