Skip to content

Commit e0759b3

Browse files
committed
Default for final val mailUsersUserinfoSenderAddress =
APIUtil.getPropsValue("mail.users.userinfo.sender.address", "noreply@example.com") - so End To End tests work better.
1 parent 98dfb4c commit e0759b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

obp-api/src/main/scala/code/api/constant/constant.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ object Constant extends MdcLoggable {
136136

137137
final val localIdentityProvider = APIUtil.getPropsValue("local_identity_provider", HostName)
138138

139-
final val mailUsersUserinfoSenderAddress = APIUtil.getPropsValue("mail.users.userinfo.sender.address", "sender-not-set")
139+
final val mailUsersUserinfoSenderAddress = APIUtil.getPropsValue("mail.users.userinfo.sender.address", "noreply@example.com")
140140

141141
def oauth2JwkSetUrl: Box[String] = APIUtil.getPropsValue(nameOfProperty = "oauth2.jwk_set.url")
142142

0 commit comments

Comments
 (0)