Skip to content

Commit

Permalink
Fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin committed Oct 28, 2015
1 parent 08a428e commit 5345979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ class CliTests(unittest.TestCase):

def setUp(self):
configuration.test_mode()
app = create_app()
app.config['TESTING'] = True
self.parser = cli.get_parser()
self.dagbag = models.DagBag(
Expand Down

0 comments on commit 5345979

Please sign in to comment.