diff options
author | Simon L <szaimen@e.mail.de> | 2022-04-26 12:22:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 12:22:42 +0200 |
commit | 854fa725bdc2b4dfb556c024a0ce8b1eed3b5ca9 (patch) | |
tree | 2338fdd80728ccc7bcae5fc83302a751beec048a | |
parent | c798e948769515298f523548b55707dd9ae4c725 (diff) | |
parent | 744adb76a3fee7138cf3144476b7abeb6096a465 (diff) | |
download | nextcloud-server-854fa725bdc2b4dfb556c024a0ce8b1eed3b5ca9.tar.gz nextcloud-server-854fa725bdc2b4dfb556c024a0ce8b1eed3b5ca9.zip |
Merge pull request #32142 from nextcloud/techdebt/noid/enable-helper-app-with-force
Enable Talk with --force to have less issues during transition period…
-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 |