diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2025-01-31 10:14:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-31 10:14:28 +0100 |
commit | 1a2af45029600a1fef1518a59f06518c10398eca (patch) | |
tree | 6a361d72ee54373b9d0ea230f4002da3e80a0caf | |
parent | 566cecbcc441a479f828a78f634686934f5e16bf (diff) | |
download | nextcloud-server-solracsf-patch-1.tar.gz nextcloud-server-solracsf-patch-1.zip |
fix: testssolracsf-patch-1
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-rw-r--r-- | build/integration/filesdrop_features/filesdrop.feature | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build/integration/filesdrop_features/filesdrop.feature b/build/integration/filesdrop_features/filesdrop.feature index 2c9156dea02..d3a0e22ead1 100644 --- a/build/integration/filesdrop_features/filesdrop.feature +++ b/build/integration/filesdrop_features/filesdrop.feature @@ -47,19 +47,6 @@ Feature: FilesDrop And Downloading file "/drop/a.txt" Then Downloaded content should be "abc" - Scenario: Files drop forbis MKCOL - Given user "user0" exists - And As an "user0" - And user "user0" created a folder "/drop" - And as "user0" creating a share with - | path | drop | - | shareType | 3 | - | publicUpload | true | - And Updating last share with - | permissions | 4 | - When Creating folder "folder" in drop - Then the HTTP status code should be "405" - Scenario: Files request drop Given user "user0" exists And As an "user0" |