mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix reference to template in tests
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
f29189f200
commit
b1b43aa7bc
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue