Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-02-14 19:02:35 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-02-14 19:02:35 +0300
commit011dab246d7881d12be7c5a61895242735900489 (patch)
tree846a0194be17e262c9ffb152f9384afb62da3778 /build/integration
parent023d028c571720df648a3bf809cefc774d2aba16 (diff)
tests for systemtags related to numeric user ids
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build/integration')
-rw-r--r--build/integration/features/tags.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/integration/features/tags.feature b/build/integration/features/tags.feature
index 0c6cd06f9f9..3ef7ccb38b0 100644
--- a/build/integration/features/tags.feature
+++ b/build/integration/features/tags.feature
@@ -114,14 +114,14 @@ Feature: tags
Scenario: Assigning a normal tag to a file shared by someone else as regular user should work
Given user "user0" exists
- Given user "user1" exists
+ Given user "12345" exists
Given "admin" creates a "normal" tag with name "MySuperAwesomeTagName"
Given user "user0" uploads file "data/textfile.txt" to "/myFileToTag.txt"
Given As "user0" sending "POST" to "/apps/files_sharing/api/v1/shares" with
| path | myFileToTag.txt |
- | shareWith | user1 |
+ | shareWith | 12345 |
| shareType | 0 |
- When "user1" adds the tag "MySuperAwesomeTagName" to "/myFileToTag.txt" shared by "user0"
+ When "12345" adds the tag "MySuperAwesomeTagName" to "/myFileToTag.txt" shared by "user0"
Then The response should have a status code "201"
And "/myFileToTag.txt" shared by "user0" has the following tags
|MySuperAwesomeTagName|