mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix tests depending on a trailing whitespace
Many editors remove trailing whitespaces, so avoid depending on them for tests success. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
324126888e
commit
72f4b34ad5
1 changed files with 9 additions and 3 deletions
|
|
@ -369,7 +369,9 @@ Set your password: https://example.com/resetPassword/MySuperLongSecureRandomToke
|
|||
Install Client: https://nextcloud.com/install/#install-clients
|
||||
|
||||
|
||||
--
|
||||
EOF;
|
||||
$expectedTextBody .= "\n-- \n";
|
||||
$expectedTextBody .= <<<EOF
|
||||
TestCloud
|
||||
This is an automatically sent email, please do not reply.
|
||||
EOF;
|
||||
|
|
@ -603,7 +605,9 @@ Go to TestCloud: https://example.com/
|
|||
Install Client: https://nextcloud.com/install/#install-clients
|
||||
|
||||
|
||||
--
|
||||
EOF;
|
||||
$expectedTextBody .= "\n-- \n";
|
||||
$expectedTextBody .= <<<EOF
|
||||
TestCloud
|
||||
This is an automatically sent email, please do not reply.
|
||||
EOF;
|
||||
|
|
@ -824,7 +828,9 @@ Go to TestCloud: https://example.com/
|
|||
Install Client: https://nextcloud.com/install/#install-clients
|
||||
|
||||
|
||||
--
|
||||
EOF;
|
||||
$expectedTextBody .= "\n-- \n";
|
||||
$expectedTextBody .= <<<EOF
|
||||
TestCloud
|
||||
This is an automatically sent email, please do not reply.
|
||||
EOF;
|
||||
|
|
|
|||
Loading…
Reference in a new issue