summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2024-04-17 22:01:47 -0100
committerMaxence Lange <maxence@artificial-owl.com>2024-04-17 22:01:47 -0100
commit99968efe7b0f39caed5eea8220e7b2490ca5fadc (patch)
tree621589115d6b3e8e0dc8889e63ab29c019c075e3 /tests
parent053cb7455b270cd35d7797be6874abf7ffb6c22b (diff)
downloadnextcloud-server-99968efe7b0f39caed5eea8220e7b2490ca5fadc.tar.gz
nextcloud-server-99968efe7b0f39caed5eea8220e7b2490ca5fadc.zip
fix(appconfig): returns correct value on details
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/AppConfigTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AppConfigTest.php b/tests/lib/AppConfigTest.php
index 86bd339bc7e..3efeed5755d 100644
--- a/tests/lib/AppConfigTest.php
+++ b/tests/lib/AppConfigTest.php
@@ -1238,7 +1238,7 @@ class AppConfigTest extends TestCase {
[
'app' => 'sensitive-app',
'key' => 'lazy-key',
- 'value' => $this->baseStruct['sensitive-app']['lazy-key']['encrypted'],
+ 'value' => 'value',
'type' => 4,
'lazy' => true,
'typeString' => 'string',