mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update UsersControllerTest.php
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
14a8507ebf
commit
c951eead73
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ class UsersControllerTest extends TestCase {
|
|||
|
||||
public function testAddUserFailedToGenerateUserID() {
|
||||
$this->expectException(\OCP\AppFramework\OCS\OCSException::class);
|
||||
$this->expectExceptionMessage('Could not create non-existing user id');
|
||||
$this->expectExceptionMessage('Could not create non-existing user ID');
|
||||
$this->expectExceptionCode(111);
|
||||
|
||||
$this->config
|
||||
|
|
|
|||
Loading…
Reference in a new issue