mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #32142 from nextcloud/techdebt/noid/enable-helper-app-with-force
Enable Talk with --force to have less issues during transition period…
This commit is contained in:
commit
854fa725bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue