summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2025-01-22 19:35:06 +0100
committerFerdinand Thiessen <opensource@fthiessen.de>2025-01-31 18:46:07 +0100
commit3d5085343ab1d3649be0b3663dda035a6fed90cb (patch)
tree9ef0e3ce8c1af515e505c3e44e3c9e83539c29ad
parenta0d7d107f543d28b23d24253a42aad165b4a9152 (diff)
downloadnextcloud-server-3d5085343ab1d3649be0b3663dda035a6fed90cb.tar.gz
nextcloud-server-3d5085343ab1d3649be0b3663dda035a6fed90cb.zip
test: Reset sharing app config after testbackport/50270/stable29
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r--build/integration/features/bootstrap/SharingContext.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/bootstrap/SharingContext.php b/build/integration/features/bootstrap/SharingContext.php
index f187e89f08f..4267cedd9b1 100644
--- a/build/integration/features/bootstrap/SharingContext.php
+++ b/build/integration/features/bootstrap/SharingContext.php
@@ -46,6 +46,7 @@ class SharingContext implements Context, SnippetAcceptingContext {
$this->deleteServerConfig('core', 'shareapi_default_expire_date');
$this->deleteServerConfig('core', 'shareapi_expire_after_n_days');
$this->deleteServerConfig('core', 'link_defaultExpDays');
+ $this->deleteServerConfig('files_sharing', 'outgoing_server2server_share_enabled');
$this->runOcc(['config:system:delete', 'share_folder']);
}