Browse Source
Update UsersControllerTest.php
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/43332/head
rakekniven
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/provisioning_api/tests/Controller/UsersControllerTest.php
|
|
@ -562,7 +562,7 @@ class UsersControllerTest extends TestCase { |
|
|
|
|
|
|
|
|
public function testAddUserFailedToGenerateUserID() { |
|
|
public function testAddUserFailedToGenerateUserID() { |
|
|
$this->expectException(\OCP\AppFramework\OCS\OCSException::class); |
|
|
$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->expectExceptionCode(111); |
|
|
|
|
|
|
|
|
$this->config |
|
|
$this->config |
|
|
|