]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update UsersControllerTest.php 43332/head
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sun, 4 Feb 2024 18:07:01 +0000 (19:07 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 18:07:01 +0000 (19:07 +0100)
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
apps/provisioning_api/tests/Controller/UsersControllerTest.php

index fe22a7870dd24536c5e917972aa559468fa14979..5c4493b9e773e223d20c79079b16b1749e1dce32 100644 (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