Skip to content

Commit 3d8c771

Browse files
committed
test: Fix expected value in release asset url
1 parent f73382e commit 3d8c771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/downloader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('getDownloadUrl', () => {
3737
const os = 'macOS';
3838
const result = await downloader.getDownloadUrl(version, os);
3939
expect(result).toMatch(
40-
/releases\/download\/v0\.2\.0\/trivy_0\.2\.0_macOS-64bit\.tar\.gz$/
40+
/releases\/download\/v0\.18\.3\/trivy_0\.18\.3_macOS-64bit\.tar\.gz$/
4141
);
4242
});
4343

0 commit comments

Comments
 (0)