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:27:31 +0000 |
commit | 9338bf2cc1271ba7efb7021300b2fbc76d888669 (patch) | |
tree | 85731d0e261dbf705f38a706a276c6adfd2f9a57 | |
parent | 503bb578170922f4909c846f0c9a310f6ae98a29 (diff) | |
download | nextcloud-server-backport/50270/stable30.tar.gz nextcloud-server-backport/50270/stable30.zip |
test: Reset sharing app config after testbackport/50270/stable30
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
[skip ci]
-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']); } |