diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2015-12-23 08:31:20 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-01-08 13:35:00 +0100 |
commit | 1af3bca720bab552528da26ba010f0d2c6ab9aa1 (patch) | |
tree | e6ca0f870f20d35762d3ebd99cfcbd3f0ea41db7 /apps/provisioning_api | |
parent | 673a8a1e4a15edb3e6199432fc7e53714a651bb3 (diff) | |
download | nextcloud-server-1af3bca720bab552528da26ba010f0d2c6ab9aa1.tar.gz nextcloud-server-1af3bca720bab552528da26ba010f0d2c6ab9aa1.zip |
Fix provisioning API unit test
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r-- | apps/provisioning_api/tests/groupstest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/provisioning_api/tests/groupstest.php b/apps/provisioning_api/tests/groupstest.php index 84950d923e4..7f84b3015ff 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 |