summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-28 13:47:27 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-28 13:47:27 +0200
commited8e0f0a928a4fd77ccf30e133c7de893a380e50 (patch)
tree86230532847cdd228c8636cd0e1d6aea9a808749 /tests
parentc100da33bbba70264016103f93a3e4cb72544345 (diff)
downloadnextcloud-server-ed8e0f0a928a4fd77ccf30e133c7de893a380e50.tar.gz
nextcloud-server-ed8e0f0a928a4fd77ccf30e133c7de893a380e50.zip
updating unit test expectations
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() {