Skip to content

Commit 4a60845

Browse files
CR-2946 (#631)
* CR-2946 * CR-2946 * CR-3230 * CR-3230
1 parent 89af496 commit 4a60845

File tree

3 files changed

+150
-149
lines changed

3 files changed

+150
-149
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"cf-errors": "^0.1.12",
3737
"chalk": "^4.1.0",
3838
"cli-progress": "3.6.0",
39-
"codefresh-sdk": "^1.9.15",
39+
"codefresh-sdk": "^1.9.19",
4040
"colors": "^1.1.2",
4141
"columnify": "^1.5.4",
4242
"compare-versions": "^3.4.0",

test-setup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const openapi = require('./openapi');
66

77
jest.mock('./lib/output/Output');
88
jest.mock('codefresh-sdk/helpers/whoami');
9+
jest.mock('request-promise', () => (() => ({ options: { request: {} } })));
910

1011
let SDK_CONFIGURED;
1112

0 commit comments

Comments
 (0)