fetch: implement forbidden request header #14871
Annotations
2 errors and 2 notices
test\node-fetch\main.js#L764
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
+ actual - expected
+ 'gzip, deflate'
- 'gzip'
^] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'gzip, deflate'
- 'gzip'
^
at D:\a\undici\undici\test\node-fetch\main.js:764:14
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'gzip, deflate',
expected: 'gzip',
operator: 'strictEqual'
}
}
|
|
|
|
This job failed
Loading