20225: Remove unnecessary block permission signature from cypress test 20225-directory-input-subfolder-selection
authorStephen Smith <stephen@curii.com>
Fri, 13 Oct 2023 14:05:20 +0000 (10:05 -0400)
committerStephen Smith <stephen@curii.com>
Fri, 13 Oct 2023 14:05:20 +0000 (10:05 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

cypress/integration/create-workflow.spec.js

index 28e85b51b043c55fa4d6b5eb49e8455f4c15aa54..e6469039348338873aef4df1337556ffe3397cd5 100644 (file)
@@ -215,7 +215,7 @@ describe('Create workflow tests', function () {
         cy.createCollection(adminUser.token, {
             name: `Test collection ${Math.floor(Math.random() * 999999)}`,
             owner_uuid: activeUser.user.uuid,
-            manifest_text: "./subdir/dir1 d41d8cd98f00b204e9800998ecf8427e+0+A8f0be20f1a6e28cf4e2c034dc3d4a02a49bebe7e@653aae59 0:0:\\056\n./subdir/dir2 d41d8cd98f00b204e9800998ecf8427e+0+A8f0be20f1a6e28cf4e2c034dc3d4a02a49bebe7e@653aae59 0:0:\\056\n"
+            manifest_text: "./subdir/dir1 d41d8cd98f00b204e9800998ecf8427e+0 0:0:\\056\n./subdir/dir2 d41d8cd98f00b204e9800998ecf8427e+0 0:0:\\056\n"
         })
             .as('testCollection');