test: Reset sharing app config after test

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/50270/head
Ferdinand Thiessen 2025-01-22 19:35:06 +07:00
parent 0a0f56282a
commit 0baab8fd98
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
1 changed files with 1 additions and 0 deletions

@ -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']);
}