Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
msom committed Nov 4, 2015
1 parent 9d08c8e commit 0b36106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onegov/town/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ def test_view_occurrences(town_app):

def events(query=''):
page = client.get('/veranstaltungen/?{}'.format(query))
return [event.text for event in page.pyquery('h2 a')]
return [event.text for event in page.pyquery('h3 a')]

def total_events(query=''):
page = client.get('/veranstaltungen/?{}'.format(query))
Expand Down

0 comments on commit 0b36106

Please sign in to comment.