diff options
author | Joas Schilling <coding@schilljs.com> | 2022-04-25 22:04:41 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-04-25 22:04:41 +0200 |
commit | 744adb76a3fee7138cf3144476b7abeb6096a465 (patch) | |
tree | ab68e4e6117ce1d77071df97b95560b21ea4f691 /build/integration | |
parent | 6935baa568749b2bdfa62a8effe94088d9555efa (diff) | |
download | nextcloud-server-744adb76a3fee7138cf3144476b7abeb6096a465.tar.gz nextcloud-server-744adb76a3fee7138cf3144476b7abeb6096a465.zip |
Enable Talk with --force to have less issues during transition period after a branch-off
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/integration')
-rw-r--r-- | build/integration/sharing_features/sharing-v1-video-verification.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/sharing_features/sharing-v1-video-verification.feature b/build/integration/sharing_features/sharing-v1-video-verification.feature index 9dd5261244f..cc4be425aab 100644 --- a/build/integration/sharing_features/sharing-v1-video-verification.feature +++ b/build/integration/sharing_features/sharing-v1-video-verification.feature @@ -3,7 +3,7 @@ Feature: sharing Background: Given using api version "1" Given using old dav path - Given invoking occ with "app:enable spreed" + Given invoking occ with "app:enable --force spreed" Given the command was successful Scenario: Creating a link share with send password by Talk |