Update UsersControllerTest.php

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2024-02-04 19:07:01 +01:00 committed by GitHub
parent 14a8507ebf
commit c951eead73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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