Skip to content

Commit

Permalink
fix circleci test failure: indent test_api.py:284
Browse files Browse the repository at this point in the history
  • Loading branch information
florianm committed Sep 27, 2017
1 parent 9b3ed5a commit bbe6eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/controllers/test_api.py
Expand Up @@ -281,7 +281,7 @@ def test_api_info(self):
'http://test.ckan.net/api/3/action/datastore_search_sql?sql=SELECT * from "588dfa82-760c-45a2-b78a-e3bc314a4a9b" WHERE title LIKE 'jones'',
"url: 'http://test.ckan.net/api/3/action/datastore_search'",
"http://test.ckan.net/api/3/action/datastore_search?resource_id=588dfa82-760c-45a2-b78a-e3bc314a4a9b&limit=5&q=title:jones",
)
)
for url in expected_urls:
assert url in page, url

Expand Down

0 comments on commit bbe6eef

Please sign in to comment.