test: Reset sharing app config after test

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2025-01-22 19:35:06 +01:00 committed by backportbot[bot]
parent 0f298e1db1
commit 124db6147d

View file

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