From c951eead735c565d2e32540f22b1e05108e375b8 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:07:01 +0100 Subject: [PATCH] Update UsersControllerTest.php Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/provisioning_api/tests/Controller/UsersControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5