Skip to content

Commit b80fab3

Browse files
[BUMP] Update dependency nock to v14 (api)
#11714
2 parents 8d241b1 + f1fead2 commit b80fab3

File tree

3 files changed

+73
-7
lines changed

3 files changed

+73
-7
lines changed

api/package-lock.json

+70-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"mocha": "^11.0.0",
118118
"mocha-junit-reporter": "^2.0.2",
119119
"mockdate": "^3.0.5",
120-
"nock": "^13.2.7",
120+
"nock": "^14.0.0",
121121
"nodemon": "^3.0.0",
122122
"npm-run-all2": "^7.0.0",
123123
"pdfjs-dist": "^4.10.38",

api/tests/certification/session-management/integration/domain/usecases/upload-cpf-files_test.js

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ describe('Integration | UseCase | upload-cpf-files', function () {
2121
this.push(null);
2222
},
2323
});
24+
// we need to manually read stream otherwise test is hanging
25+
readableStream.read();
2426

2527
// when, then
2628
await uploadCpfFiles({

0 commit comments

Comments
 (0)