Browse Source

Update UsersControllerTest.php

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/43332/head
rakekniven 2 years ago
committed by GitHub
parent
commit
c951eead73
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/provisioning_api/tests/Controller/UsersControllerTest.php

2
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

Loading…
Cancel
Save