Skip to content

Commit

Permalink
Fix pep8 warnings, remove old api controller from TestBadExceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski committed Oct 10, 2018
1 parent bdbf80b commit bc090e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ckan/tests/controllers/test_api.py
Expand Up @@ -314,4 +314,3 @@ def test_jsonp_does_not_work_on_post_requests(self):
eq_(res_dict['success'], True)
eq_(sorted(res_dict['result']),
sorted([dataset1['name'], dataset2['name']]))

1 change: 0 additions & 1 deletion ckan/tests/legacy/test_coding_standards.py
Expand Up @@ -835,7 +835,6 @@ class TestBadExceptions(object):
# and so should be translated.

NASTY_EXCEPTION_BLACKLIST_FILES = [
'ckan/controllers/api.py',
'ckan/controllers/user.py',
'ckan/lib/mailer.py',
'ckan/logic/action/create.py',
Expand Down

0 comments on commit bc090e3

Please sign in to comment.