Skip to content

Commit dce5c1b

Browse files
committed
test: Reset sharing app config after test
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 46684e4 commit dce5c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/integration/features/bootstrap/SharingContext.php

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ protected function resetAppConfigs() {
4646
$this->deleteServerConfig('core', 'shareapi_default_expire_date');
4747
$this->deleteServerConfig('core', 'shareapi_expire_after_n_days');
4848
$this->deleteServerConfig('core', 'link_defaultExpDays');
49+
$this->deleteServerConfig('files_sharing', 'outgoing_server2server_share_enabled');
4950

5051
$this->runOcc(['config:system:delete', 'share_folder']);
5152
}

0 commit comments

Comments
 (0)