diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-08-15 17:15:14 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-08-15 17:15:14 +0200 |
commit | 1c7fa3333ec91badc4ec83a62336d2940aa5768a (patch) | |
tree | e63273fc867e78993a881a7a07d4bef6a63f6ff2 /tests | |
parent | c16c411275892fdd462f266e4d75fed5d540fa7e (diff) | |
download | nextcloud-server-1c7fa3333ec91badc4ec83a62336d2940aa5768a.tar.gz nextcloud-server-1c7fa3333ec91badc4ec83a62336d2940aa5768a.zip |
Add reference to current user
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Settings/Controller/AuthSettingsControllerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Settings/Controller/AuthSettingsControllerTest.php b/tests/Settings/Controller/AuthSettingsControllerTest.php index 1705cb5ddf1..b57aea0930c 100644 --- a/tests/Settings/Controller/AuthSettingsControllerTest.php +++ b/tests/Settings/Controller/AuthSettingsControllerTest.php @@ -91,6 +91,7 @@ class AuthSettingsControllerTest extends TestCase { 'lastActivity' => null, 'type' => null, 'canDelete' => false, + 'current' => true, ], [ 'id' => 200, |