Skip to content

Commit

Permalink
[#262] api tests need json
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Feb 20, 2013
1 parent d39c6c3 commit b4f0ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/tests/functional/api/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import ckan.model as model
from ckan.lib.create_test_data import CreateTestData
from ckan.tests import TestController as ControllerTestCase
from ckan.common import json

ACCESS_DENIED = [403]

Expand Down

0 comments on commit b4f0ebc

Please sign in to comment.