diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-05-28 22:42:45 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-05-28 22:42:45 +0200 |
commit | 1af293dc136ffa46a454e7d8745265fd2bde89db (patch) | |
tree | 52420cfa60ed0b2d8e2a772520f4d2f5557c2204 /tests | |
parent | ce9d5df6df37e51587dcde638086dfe501892b56 (diff) | |
parent | d89c5e2351352fa0cebb2e201ccabcbe0a401d7b (diff) | |
download | nextcloud-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.php | 2 |
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() { |