Skip to content

Commit b7f0f5e

Browse files
Julien DonqueAleksandrRogov
authored andcommitted
test: added test case for node
1 parent c892369 commit b7f0f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/main-converted.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5066,6 +5066,7 @@ describe("dynamicsWebApi.uploadFile -", function () {
50665066

50675067
scope = nock(webApiUrl)
50685068
.matchHeader("x-ms-transfer-mode", "chunked")
5069+
.matchHeader("Content-type", "")
50695070
.patch(responses.testEntityUrl + `/${dwaRequest.property}?x-ms-file-name=${dwaRequest.fileName}`)
50705071
//@ts-ignore
50715072
.reply(beginResponse.status, "", beginResponse.responseHeaders);

0 commit comments

Comments
 (0)