From: Daniel Kutyła Date: Tue, 13 Apr 2021 15:36:52 +0000 (+0200) Subject: 17415: Fixed wrong hostname in generated duck file X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/c26242ac77e2acb8e4c38780c9340955a8e9daf5?hp=37f3a8d7a7ce05a15fbb9219763b46ba1c250976 17415: Fixed wrong hostname in generated duck file Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js index f5f44b8513..fa3ad8e6a3 100644 --- a/cypress/integration/collection.spec.js +++ b/cypress/integration/collection.spec.js @@ -32,7 +32,7 @@ describe('Collection panel tests', function () { cy.clearLocalStorage(); }); - it.only('allows to download mountain duck config for a collection', () => { + it('allows to download mountain duck config for a collection', () => { cy.createCollection(adminUser.token, { name: `Test collection ${Math.floor(Math.random() * 999999)}`, owner_uuid: activeUser.user.uuid, diff --git a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx index 6e5c7c0fac..eec15c49ee 100644 --- a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx +++ b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx @@ -59,7 +59,7 @@ const mountainduckTemplate = ({ UUID ${uuid} Hostname - ${collectionsUrl.replace('https://', `davs://${username}@`).replace('*', uuid)} + ${collectionsUrl.replace('https://', ``).replace('*', uuid)} Port 443 Username