
test: Fix possible test failure of PasswordResetApp
Remove dependency on application.conf which is created by copying from application.conf.default.
@48b98448dba7ca6f5d0d5b242c980fc10dba02d0
--- test/support/Helpers.java
+++ test/support/Helpers.java
... | ... | @@ -40,6 +40,7 @@ |
40 | 40 |
config.put("ebean.default", "models.*"); |
41 | 41 |
config.put("application.secret", "foo"); |
42 | 42 |
config.put("application.context", "/"); |
43 |
+ config.put("smtp.user", "yobi"); |
|
43 | 44 |
return config; |
44 | 45 |
} |
45 | 46 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?