Skip to content

Commit

Permalink
revert tests to client 1.4.0 #3117
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-dmlr committed May 8, 2024
1 parent 2b8f7e8 commit 2d85948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/scan/__test__/integrationtest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function initInputMap() {
mockedInputMap.set(input.PARAM_SECHUB_USER, `${integrationTestContext.serverUserId}`);
mockedInputMap.set(input.PARAM_API_TOKEN, `${integrationTestContext.serverApiToken}`);

mockedInputMap.set(input.PARAM_CLIENT_VERSION, '1.5.0');
mockedInputMap.set(input.PARAM_CLIENT_VERSION, '1.4.0');

mockedInputMap.set(input.PARAM_REPORT_FORMATS, 'json');
mockedInputMap.set(input.PARAM_TRUST_ALL, 'true'); // self signed certificate in test...
Expand Down

0 comments on commit 2d85948

Please sign in to comment.