aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/Controller/AjaxControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/Controller/AjaxControllerTest.php')
-rw-r--r--apps/files_external/tests/Controller/AjaxControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/Controller/AjaxControllerTest.php b/apps/files_external/tests/Controller/AjaxControllerTest.php
index a4f91de1979..1c4cb232ed0 100644
--- a/apps/files_external/tests/Controller/AjaxControllerTest.php
+++ b/apps/files_external/tests/Controller/AjaxControllerTest.php
@@ -80,7 +80,7 @@ class AjaxControllerTest extends TestCase {
'publickey' => 'MyPublicKey',
]);
- $expected = new JSONResponse(
+ $expected = new JSONResponse(
[
'data' => [
'private_key' => 'MyPrivateKey',