19153: Update tests
[arvados-workbench2.git] / src / views-components / context-menu / actions / helpers.test.ts
index b2cb4a5500f06a54d19312832aa48d72f46ae155..b3b7f7f8dab5208cf05047d3322061e4a44d2fa6 100644 (file)
@@ -25,7 +25,7 @@ describe('helpers', () => {
             const result = getClipboardUrl(url);
 
             // then
-            expect(result).toBe('http://localhost?redirectTo=https://example.com/c=zzzzz-4zz18-0123456789abcde/LIMS/1.html');
+            expect(result).toBe('http://localhost?redirectToDownload=https://example.com/c=zzzzz-4zz18-0123456789abcde/LIMS/1.html');
         });
     });
 
@@ -67,4 +67,4 @@ describe('helpers', () => {
             expect(result).toBe('https://download.example.com/c=zzzzz-4zz18-0123456789abcde/t=v2/a/b/LIMS/1.html');
         });
     });
-});
\ No newline at end of file
+});