Skip to content

Commit

Permalink
test: Reset sharing app config after test
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jan 28, 2025
1 parent 51d68ac commit 1b560ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/integration/features/bootstrap/SharingContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ protected function resetAppConfigs() {
$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']);
}
Expand Down

0 comments on commit 1b560ea

Please sign in to comment.