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 b59f621 commit 8d31d57Copy full SHA for 8d31d57
test/upload.js
@@ -975,9 +975,9 @@ describe("File upload", async function () {
975
await sleep();
976
977
const response = await uploadPromise;
978
- // Make sure your upload.ts preserves the case of "Content-Type"
979
expect(response.$ResponseMetadata.headers).to.deep.equal(dummyResponseHeaders);
980
expect(response.$ResponseMetadata.statusCode).to.equal(200);
+ expect(response.$ResponseMetadata.requestId).to.equal("sdfsdfsdfdsf");
981
});
982
983
it('Undefined fields should not be sent', async function () {
0 commit comments