diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-01-22 19:35:06 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-01-28 16:40:50 +0100 |
commit | 0baab8fd986c2432b1e6c14a26ad47f15286f264 (patch) | |
tree | 6c00b5724efa7e8eca069d8d21c52a3eca689e80 | |
parent | 0a0f56282a6ea716c24a18e31f562843a901abc7 (diff) | |
download | nextcloud-server-0baab8fd986c2432b1e6c14a26ad47f15286f264.tar.gz nextcloud-server-0baab8fd986c2432b1e6c14a26ad47f15286f264.zip |
test: Reset sharing app config after testfix/share-api-create--permissions
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']); } |