diff --git a/apps/provisioning_api/tests/groupstest.php b/apps/provisioning_api/tests/groupstest.php index 84950d923e..7f84b3015f 100644 --- a/apps/provisioning_api/tests/groupstest.php +++ b/apps/provisioning_api/tests/groupstest.php @@ -381,7 +381,7 @@ class GroupsTest extends \Test\TestCase { $this->groupManager ->method('groupExists') - ->with('NewGroup') + ->with('Iñtërnâtiônàlizætiøn') ->willReturn(false); $this->groupManager