Skip to content

Commit

Permalink
Update to version 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Sep 4, 2024
1 parent e71b848 commit c8fa253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('JFrog CLI V2 URL Tests', () => {
myOs.platform.mockImplementation(() => <NodeJS.Platform>platform);
myOs.arch.mockImplementation(() => arch);

let cliUrl: string = Utils.getCliUrl('2.3.4', fileName, Utils.extractDownloadDetails(';', {} as JfrogCredentials));
let cliUrl: string = Utils.getCliUrl('2.3.4', fileName, Utils.extractDownloadDetails('', {} as JfrogCredentials));
expect(cliUrl).toBe(DEFAULT_CLI_URL + expectedUrl);

process.env.JF_ENV_LOCAL = V2_CONFIG;
Expand Down

0 comments on commit c8fa253

Please sign in to comment.