Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Aug 9, 2024
1 parent f804643 commit 9f7d9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datagovtheme/tests/test_datagovtheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_datagovtheme_navigation(self, app):
index_response = app.get('/dataset')

assert '<span class="text-uppercase">Data</span></a>' in index_response.body
assert '<span class="text-uppercase">Reports</span></a>' in index_response.body
assert '<span class="text-uppercase">Metrics</span></a>' in index_response.body
assert '<span class="text-uppercase">Open Government</span></a>' in index_response.body
assert '<span class="text-uppercase">Contact</span></a>' in index_response.body
assert '<span class="text-uppercase">User Guide</span></a>' in index_response.body
Expand Down

0 comments on commit 9f7d9b6

Please sign in to comment.