Skip to content

Commit d330358

Browse files
committed
test(aws-client-api-test): add empty authSchemePreference in MaximalConfiguration
1 parent 4698c5d commit d330358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

private/aws-client-api-test/src/client-interface-tests/client-s3/impl/initializeWithMaximalConfiguration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export const initializeWithMaximalConfiguration = () => {
110110
streamHasher: streamHasher,
111111
utf8Decoder: fromUtf8,
112112
utf8Encoder: toUtf8,
113+
authSchemePreference: [],
113114
httpAuthSchemes: [],
114115
httpAuthSchemeProvider: (() => null) as unknown as HttpAuthSchemeProvider<any>,
115116
serviceConfiguredEndpoint: null as never,

0 commit comments

Comments
 (0)