[arvados-workbench2] updated: 2.7.0-11-g07fd56f1
git repository hosting
git at public.arvados.org
Fri Oct 13 14:05:49 UTC 2023
Summary of changes:
cypress/integration/create-workflow.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 07fd56f100ce60ed9dd70365a83bf6984bcb9601 (commit)
from 780b538596d1d66bab3e14b7399c04cc92a4dbe0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 07fd56f100ce60ed9dd70365a83bf6984bcb9601
Author: Stephen Smith <stephen at curii.com>
Date: Fri Oct 13 10:05:20 2023 -0400
20225: Remove unnecessary block permission signature from cypress test
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/create-workflow.spec.js b/cypress/integration/create-workflow.spec.js
index 28e85b51..e6469039 100644
--- a/cypress/integration/create-workflow.spec.js
+++ b/cypress/integration/create-workflow.spec.js
@@ -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 at 653aae59 0:0:\\056\n./subdir/dir2 d41d8cd98f00b204e9800998ecf8427e+0+A8f0be20f1a6e28cf4e2c034dc3d4a02a49bebe7e at 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');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list