Skip to content

Commit

Permalink
[tests][xs] #1505: Fix comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Dec 7, 2011
1 parent f05169c commit 8df63fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/functional/api/test_action.py
Expand Up @@ -1123,7 +1123,7 @@ def test_2_bad_param(self):
status=409)
assert '"message": "Search error:' in res.body, res.body
assert 'SOLR returned an error' in res.body, res.body
# solr error is 'Missing_sort_order' or 'Missing_sort_order',
# solr error is 'Missing sort order' or 'Missing_sort_order',
# depending on the solr version.
assert 'sort' in res.body, res.body

Expand Down

0 comments on commit 8df63fc

Please sign in to comment.