Skip to content

Commit

Permalink
[#1871] _get_engine takes 2 params on 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 3, 2014
1 parent 5da4518 commit 16af1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/tests/test_helpers.py
Expand Up @@ -19,7 +19,7 @@ def setup_class(cls):
raise nose.SkipTest('Datastore runs on legacy mode, skipping...')

engine = db._get_engine(
{'connection_url': pylons.config['ckan.datastore.write_url']}
{}, {'connection_url': pylons.config['ckan.datastore.write_url']}
)
cls.Session = orm.scoped_session(orm.sessionmaker(bind=engine))

Expand Down

0 comments on commit 16af1bd

Please sign in to comment.