Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/controller/filehandlingcontrollertest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/filehandlingcontrollertest.php b/tests/controller/filehandlingcontrollertest.php
index 729a52d..8f9617b 100644
--- a/tests/controller/filehandlingcontrollertest.php
+++ b/tests/controller/filehandlingcontrollertest.php
@@ -131,7 +131,7 @@ class FileHandlingControllerTest extends TestCase {
$this->assertSame(400, $result->getStatus());
$this->assertArrayHasKey('message', $data);
- $this->assertSame($exceptionHint, $data['message']);
+ $this->assertSame('An internal server error occurred.', $data['message']);
}
/**