Skip to content

Commit 85c14b6

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/integration/features/bootstrap/SharingContext.php

Lines changed: 1 addition & 0 deletions
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)