forked from GNUsocial/gnu-social
[TESTS] Fix some failing tests broken by restructuring and dependency updates
This commit is contained in:
@@ -180,7 +180,7 @@ class SecurityTest extends GNUsocialTestCase
|
||||
|
||||
public function testRegisterExistingEmail()
|
||||
{
|
||||
[$client, ] = self::testRegister('other_new_nickname', 'email@provider.any', 'foobar');
|
||||
[$client, ] = self::testRegister('other_new_nickname', 'taken_user@provider.any', 'foobar');
|
||||
$this->assertSelectorTextContains('.stacktrace', 'App\Util\Exception\EmailTakenException');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user