diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2024-02-04 19:07:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 19:07:01 +0100 |
commit | c951eead735c565d2e32540f22b1e05108e375b8 (patch) | |
tree | 9f96b71efcc871d62088b8dd086550ddf459f5a9 /apps/provisioning_api | |
parent | 14a8507ebf362ca4c98c2edaa8afbb90ac49cfa1 (diff) | |
download | nextcloud-server-c951eead735c565d2e32540f22b1e05108e375b8.tar.gz nextcloud-server-c951eead735c565d2e32540f22b1e05108e375b8.zip |
Update UsersControllerTest.php
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r-- | apps/provisioning_api/tests/Controller/UsersControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/provisioning_api/tests/Controller/UsersControllerTest.php b/apps/provisioning_api/tests/Controller/UsersControllerTest.php index fe22a7870dd..5c4493b9e77 100644 --- a/apps/provisioning_api/tests/Controller/UsersControllerTest.php +++ b/apps/provisioning_api/tests/Controller/UsersControllerTest.php @@ -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 |