aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests/Controller/UsersControllerTest.php
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-02-05 08:57:56 +0100
committerGitHub <noreply@github.com>2024-02-05 08:57:56 +0100
commitafb7e8128a5837f20d71bb99b81b51b9513fc7ba (patch)
treec052359579cb15cf68a4bafe8f802c1be40ff704 /apps/provisioning_api/tests/Controller/UsersControllerTest.php
parent084811ba54cbeea4ca4d63b432e72aa4c6cf2c5b (diff)
parentc951eead735c565d2e32540f22b1e05108e375b8 (diff)
downloadnextcloud-server-afb7e8128a5837f20d71bb99b81b51b9513fc7ba.tar.gz
nextcloud-server-afb7e8128a5837f20d71bb99b81b51b9513fc7ba.zip
Merge pull request #43332 from nextcloud/rakekniven-patch-3
Diffstat (limited to 'apps/provisioning_api/tests/Controller/UsersControllerTest.php')
-rw-r--r--apps/provisioning_api/tests/Controller/UsersControllerTest.php2
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