Skip to content

Commit

Permalink
[#1871] Fix wrong call in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 12, 2014
1 parent 80526f1 commit 686ad3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/tests/test_helpers.py
Expand Up @@ -48,7 +48,7 @@ class TestGetTables(object):
@classmethod
def setup_class(cls):

if not pylons.config('ckan.datastore.read_url'):
if not pylons.config.get('ckan.datastore.read_url'):
raise nose.SkipTest('Datastore runs on legacy mode, skipping...')

engine = db._get_engine(
Expand Down

0 comments on commit 686ad3a

Please sign in to comment.