diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-18 11:41:10 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-22 06:50:47 +0100 |
commit | 15767643f253f5e685cb01b2980cfbde0b7aacea (patch) | |
tree | 581c2bac717f7123bd21bf7558c165df35904181 /build/integration/features | |
parent | f99876997a9119518fe5f7ad3a3a51d33459d4cc (diff) | |
download | nextcloud-server-15767643f253f5e685cb01b2980cfbde0b7aacea.tar.gz nextcloud-server-15767643f253f5e685cb01b2980cfbde0b7aacea.zip |
Fix sharebymail tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build/integration/features')
-rw-r--r-- | build/integration/features/bootstrap/SharingContext.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/bootstrap/SharingContext.php b/build/integration/features/bootstrap/SharingContext.php index 125a3b21d0e..3c41b38bf7f 100644 --- a/build/integration/features/bootstrap/SharingContext.php +++ b/build/integration/features/bootstrap/SharingContext.php @@ -42,6 +42,7 @@ class SharingContext implements Context, SnippetAcceptingContext { $this->deleteServerConfig('core', 'shareapi_default_internal_expire_date'); $this->deleteServerConfig('core', 'shareapi_internal_expire_after_n_days'); $this->deleteServerConfig('core', 'internal_defaultExpDays'); + $this->deleteServerConfig('core', 'shareapi_enforce_links_password'); $this->deleteServerConfig('core', 'shareapi_default_expire_date'); $this->deleteServerConfig('core', 'shareapi_expire_after_n_days'); $this->deleteServerConfig('core', 'link_defaultExpDays'); |