Skip to content

Commit

Permalink
tests: fix the app factory boilerplate.
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo committed Jan 1, 2015
1 parent 517601d commit 971f6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ntorque/tests/boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def __call__(self, **kwargs):
# Instantiate.
self.settings = self.test_settings.copy()
self.settings.update(kwargs)
app = self.app_factory(settings=self.settings)
app = self.app_factory(None, **self.settings)

# Create the db.
self.create()

Expand Down

0 comments on commit 971f6d0

Please sign in to comment.