From 8c557ff19cb742a28695a3bf6cb238070199098f Mon Sep 17 00:00:00 2001 From: Josh Elkins Date: Tue, 9 Jul 2024 10:56:51 -0500 Subject: [PATCH] Match new method sig for protocol test generator --- .../smithy/aws/swift/codegen/AWSHTTPBindingProtocolGenerator.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/AWSHTTPBindingProtocolGenerator.kt b/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/AWSHTTPBindingProtocolGenerator.kt index 2b719a7832b..32dcbdc56cf 100644 --- a/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/AWSHTTPBindingProtocolGenerator.kt +++ b/codegen/smithy-aws-swift-codegen/src/main/kotlin/software/amazon/smithy/aws/swift/codegen/AWSHTTPBindingProtocolGenerator.kt @@ -47,7 +47,6 @@ abstract class AWSHTTPBindingProtocolGenerator( responseTestBuilder, errorTestBuilder, customizations, - operationMiddleware, getProtocolHttpBindingResolver(ctx, defaultContentType), testsToIgnore, tagsToIgnore,