From 124db6147d5c1930629489b16edd3e4c598b57c0 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 22 Jan 2025 19:35:06 +0100 Subject: [PATCH] test: Reset sharing app config after test Signed-off-by: Ferdinand Thiessen --- build/integration/features/bootstrap/SharingContext.php | 1 + 1 file changed, 1 insertion(+) diff --git a/build/integration/features/bootstrap/SharingContext.php b/build/integration/features/bootstrap/SharingContext.php index 97c2a35ad84..d2f1a2446ae 100644 --- a/build/integration/features/bootstrap/SharingContext.php +++ b/build/integration/features/bootstrap/SharingContext.php @@ -27,6 +27,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']); }