summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/User/UserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/tests/User/UserTest.php')
-rw-r--r--apps/user_ldap/tests/User/UserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/User/UserTest.php b/apps/user_ldap/tests/User/UserTest.php
index 25a896aee04..3186a74ea89 100644
--- a/apps/user_ldap/tests/User/UserTest.php
+++ b/apps/user_ldap/tests/User/UserTest.php
@@ -72,7 +72,7 @@ class UserTest extends \Test\TestCase {
/** @var string */
protected $uid = 'alice';
/** @var string */
- protected $dn = 'uid=alice,dc=foo,dc=bar';
+ protected $dn = 'uid=alice,dc=foo,dc=bar';
/** @var User */
protected $user;