0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

fix test after language change

This commit is contained in:
David Goodwin 2021-07-08 19:44:11 +01:00
parent 6c5feff515
commit 284e1f7eb2

View File

@ -147,7 +147,7 @@ class AliasHandlerTest extends \PHPUnit\Framework\TestCase
$this->assertNotEmpty($x->errormsg); $this->assertNotEmpty($x->errormsg);
$this->assertEquals( $this->assertEquals(
[ [
'goto' => "david.test@example.com: Alias may not point to itself", 'goto' => "david.test@example.com: Forward may not point to itself",
0 => "one or more values are invalid!" 0 => "one or more values are invalid!"
], $x->errormsg); ], $x->errormsg);
} }