Skip to content

Commit 9ef6263

Browse files
committed
Fix tests
1 parent f081727 commit 9ef6263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/ec2/src/test/java/software/amazon/awssdk/services/ec2/transform/internal/GeneratePreSignUrlInterceptorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ private static void addSraAttributes(ExecutionAttributes attrs, AwsBasicCredenti
142142
attrs.putAttribute(SdkInternalExecutionAttribute.AUTH_SCHEMES, authSchemes);
143143
attrs.putAttribute(SdkInternalExecutionAttribute.IDENTITY_PROVIDERS, identityProviders);
144144
attrs.putAttribute(SdkInternalExecutionAttribute.AUTH_SCHEME_OPTIONS_RESOLVER,
145-
request -> Collections.singletonList(
145+
(request, executionAttributes) -> Collections.singletonList(
146146
software.amazon.awssdk.http.auth.spi.scheme.AuthSchemeOption.builder()
147147
.schemeId(authScheme.schemeId())
148148
.putSignerProperty(software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner

0 commit comments

Comments
 (0)