Skip to content

Commit 922b124

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

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
@@ -27,6 +27,7 @@ protected function resetAppConfigs() {
2727
$this->deleteServerConfig('core', 'shareapi_default_expire_date');
2828
$this->deleteServerConfig('core', 'shareapi_expire_after_n_days');
2929
$this->deleteServerConfig('core', 'link_defaultExpDays');
30+
$this->deleteServerConfig('files_sharing', 'outgoing_server2server_share_enabled');
3031

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

0 commit comments

Comments
 (0)