diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-01-22 19:35:06 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2025-01-28 17:26:28 +0000 |
commit | 124db6147d5c1930629489b16edd3e4c598b57c0 (patch) | |
tree | 616985faec466545652c501d3da7d892178a30a4 | |
parent | 0f298e1db1bd206793df178aabdfff3994e7e671 (diff) | |
download | nextcloud-server-124db6147d5c1930629489b16edd3e4c598b57c0.tar.gz nextcloud-server-124db6147d5c1930629489b16edd3e4c598b57c0.zip |
test: Reset sharing app config after testbackport/50270/stable31
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r-- | build/integration/features/bootstrap/SharingContext.php | 1 |
1 files changed, 1 insertions, 0 deletions
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']); } |