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 31, 2025
1 parent 2ae9954 commit 3a6b044
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 @@ -46,6 +46,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 3a6b044

Please sign in to comment.