Skip to content

Commit

Permalink
Unrelated pep8 fix
Browse files Browse the repository at this point in the history
[Circle CI complains](https://circleci.com/gh/ckan/ckan/3246?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) ckan/tests/controllers/test_api.py E123 ln:284 closing bracket does not match indentation of opening bracket's line
  • Loading branch information
cclauss committed Oct 2, 2017
1 parent 221400b commit 902b8dd
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 902b8dd

Please sign in to comment.