Update UsersControllerTest.php

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/43332/head
rakekniven 4 months ago committed by GitHub
parent 14a8507ebf
commit c951eead73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save