turn mailer on in test env so the stubs can take action
This commit is contained in:
parent
d27408d8a9
commit
a9ebe42b9f
1 changed files with 2 additions and 1 deletions
|
|
@ -264,6 +264,7 @@ test:
|
|||
open_invitations: true
|
||||
no_follow_diasporahq: true
|
||||
serve_static_assets: true
|
||||
mailer_on: true
|
||||
|
||||
integration1:
|
||||
<<: *defaults
|
||||
|
|
@ -273,4 +274,4 @@ integration1:
|
|||
integration2:
|
||||
<<: *defaults
|
||||
pod_url: "http://localhost:3002/"
|
||||
serve_static_assets: true
|
||||
serve_static_assets: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue