We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25a39d commit c60f336Copy full SHA for c60f336
test/alb.test.js
@@ -235,7 +235,6 @@ describe('ALB Tests', async () => {
235
})
236
assert.equal(ret.statusCode, 200)
237
assert.equal(ret.body, '{"hello":"world"}')
238
- console.log(JSON.stringify(ret.multiValueHeaders))
239
assert.ok(ret.multiValueHeaders)
240
assert.equal(
241
ret.headers['content-type'],
0 commit comments