-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(clients): update clients as of 08/13/2021 #2674
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2674 +/- ##
=======================================
Coverage ? 58.87%
=======================================
Files ? 521
Lines ? 28946
Branches ? 7172
=======================================
Hits ? 17041
Misses ? 11905
Partials ? 0 Continue to review full report at Codecov.
|
Protocol test failed: AIL protocol_tests/aws-restjson/tests/functional/restjson1.spec.ts (27.854 s)
--
325 | ● RestJsonNoInputAndOutput:Request
326 |
327 | expect(received).toBeDefined()
328 |
329 | Received: undefined
330 |
331 | 6177 \| expect(r.path).toBe("/NoInputAndOutputOutput");
332 | 6178 \|
333 | > 6179 \| expect(r.headers["accept"]).toBeDefined();
334 | \| ^
335 | 6180 \| expect(r.headers["accept"]).toBe("application/json");
336 | 6181 \|
337 | 6182 \| expect(r.body).toBeFalsy();
338 |
339 | at Object.<anonymous>.it (tests/functional/restjson1.spec.ts:6179:33)
|
7f446f5
to
d1746ce
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
Follow-up to #2647
Description
update clients as of 08/13/2021
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.