updating unit test expectations

This commit is contained in:
Thomas Müller 2014-05-28 13:47:27 +02:00
parent c100da33bb
commit ed8e0f0a92
1 changed files with 1 additions and 1 deletions

View File

@ -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() {