aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
3.05k stars 574 forks source link

test(protocoltests): add Glacier client #6179

Closed trivikr closed 3 months ago

trivikr commented 3 months ago

Issue

Description

Adds Glacier client in RestJson protocol tests

Testing

CI


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

trivikr commented 3 months ago

Unit test failure:

    Error: Empty value provided for input HTTP label: accountId.

      149 |  */
      150 | const fail = (error?: any): never => {
    > 151 |   throw new Error(error);
          |         ^
      152 | };
      153 |
      154 | /**

      at fail (test/functional/restjson1.spec.ts:151:9)
      at Object.<anonymous> (test/functional/restjson1.spec.ts:256:7)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 3 passed, 4 total
Snapshots:   0 total
Time:        7.93 s
Ran all test suites.
github-actions[bot] commented 3 months ago

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.