Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
Accidentally removed testing setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed Jul 15, 2015
1 parent 2f48841 commit d06796d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eduiddashboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def main(global_config, **settings):

config.include('eduiddashboard.saml2')

if settings['debug_mode']:
if settings['debug_mode'] or ('testing' in settings and asbool(settings['testing'])):
config.include('pyramid_mailer.testing')
else:
config.include('pyramid_mailer')
Expand Down

0 comments on commit d06796d

Please sign in to comment.