-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mail-template - don't show hyphen if slogan is empty #27595
mail-template - don't show hyphen if slogan is empty #27595
Conversation
Signed-off-by: szaimen <[email protected]>
The test failures are unrelated, afaics. |
@szaimen I don't think they are all unrelated. Check https://drone.nextcloud.com/nextcloud/server/6463/9/4
|
Thanks! in which file does this test need to be adjusted? |
Should be the following as per Drone output:
(the drone UI is a bit unintuitive with failures as the errors are only shown at top in the text) |
Thanks! I'll have a look. |
Signed-off-by: szaimen <[email protected]>
Signed-off-by: szaimen <[email protected]>
I was able to fix the NewUserMailHelperTest test :) |
Error looks indeed unrelated now :) |
Fix #25174
Signed-off-by: szaimen [email protected]