summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-05-28 22:42:45 +0200
committerLukas Reschke <lukas@statuscode.ch>2014-05-28 22:42:45 +0200
commit1af293dc136ffa46a454e7d8745265fd2bde89db (patch)
tree52420cfa60ed0b2d8e2a772520f4d2f5557c2204 /tests
parentce9d5df6df37e51587dcde638086dfe501892b56 (diff)
parentd89c5e2351352fa0cebb2e201ccabcbe0a401d7b (diff)
downloadnextcloud-server-1af293dc136ffa46a454e7d8745265fd2bde89db.tar.gz
nextcloud-server-1af293dc136ffa46a454e7d8745265fd2bde89db.zip
Merge pull request #8754 from owncloud/3rdparty-upgraded-phpmailer
upgraded phpmailer into v5.2.8 via composer
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/util.php b/tests/lib/util.php
index 4dc7813d918..0bafb96cabd 100644
--- a/tests/lib/util.php
+++ b/tests/lib/util.php
@@ -95,7 +95,7 @@ class Test_Util extends PHPUnit_Framework_TestCase {
function testGetDefaultEmailAddress() {
$email = \OCP\Util::getDefaultEmailAddress("no-reply");
- $this->assertEquals('no-reply@localhost.localdomain', $email);
+ $this->assertEquals('no-reply@localhost', $email);
}
function testGetDefaultEmailAddressFromConfig() {