Skip to content

Commit 285d8b3

Browse files
committed
Fix UT download tool4d
1 parent 4971247 commit 285d8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/test/toolDownload.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ suite('Download tool', () => {
5858

5959

6060
number--;
61-
const lastVersionAvailable = await requestLabelVersion(`https://resources-download.4d.com/release/${number} Rx/beta/latest/win/tool4d_win.tar.xz`, "beta")
61+
const lastVersionAvailable = await requestLabelVersion(`https://resources-download.4d.com/release/${number} Rx/latest/latest/win/tool4d_win.tar.xz?channel=beta`, "beta")
6262
lastVersionAvailable.changelist = 0;
6363

6464

0 commit comments

Comments
 (0)