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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-08 12:27:22 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-08 12:27:22 +0300
commitb1b43aa7bc3c4d5ffe4973cf12644c1e60305530 (patch)
tree9c7e53bebe435bd604d71c4dc8452933fea350c4
parentf29189f2006cbc2a6a188a616483151b6b971881 (diff)
Fix reference to template in tests
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--tests/lib/Settings/Admin/SecurityTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Settings/Admin/SecurityTest.php b/tests/lib/Settings/Admin/SecurityTest.php
index 4ad98227297..a7c56f697b0 100644
--- a/tests/lib/Settings/Admin/SecurityTest.php
+++ b/tests/lib/Settings/Admin/SecurityTest.php
@@ -81,7 +81,7 @@ class SecurityTest extends TestCase {
->willReturn(['entry']);
$expected = new TemplateResponse(
'settings',
- 'settings/admin/encryption',
+ 'settings/admin/security',
[
'encryptionEnabled' => $enabled,
'encryptionReady' => $enabled,
@@ -116,7 +116,7 @@ class SecurityTest extends TestCase {
->willReturn(['entry', 'entry']);
$expected = new TemplateResponse(
'settings',
- 'settings/admin/encryption',
+ 'settings/admin/security',
[
'encryptionEnabled' => $enabled,
'encryptionReady' => $enabled,