Skip to content

Commit

Permalink
revert tests to version 1.4.0 of client #3117
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-dmlr committed May 2, 2024
1 parent 4e67f1f commit d95d51a
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 d95d51a

Please sign in to comment.