Merge branch '17337-files-not-visible-in-arvados'
[arvados.git] / src / views-components / context-menu / actions / copy-to-clipboard-action.test.tsx
index 1ada703b88940a4b989f092f5c2fffd539bcae88..83cd03289b1641a8a4d6608131730de314356c70 100644 (file)
@@ -18,7 +18,7 @@ describe('CopyToClipboardAction', () => {
     beforeEach(() => {
         props = {
             onClick: jest.fn(),
-            href: 'https://collections.ardev.roche.com/c=ardev-4zz18-k0hamvtwyit6q56/t=1ha4ykd3w14ed19b2gh3uyjrjup38vsx27x1utwdne0bxcfg5d/LIMS/1.html',
+            href: 'https://collections.example.com/c=zzzzz-4zz18-k0hamvtwyit6q56/t=xxxxxxxx/LIMS/1.html',
         };
     });