diff --git a/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt b/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt index 472a3361ae1..0ea5ed3c4bd 100644 --- a/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt +++ b/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt @@ -80,10 +80,6 @@ abstract class AwsHttpBindingProtocolGenerator : HttpBindingProtocolGenerator() // awsJson1.1 // FIXME - document type not fully supported yet, see https://github.com/awslabs/smithy-kotlin/issues/123 "PutAndGetInlineDocumentsInput", - - // smithy-kotlin#519 - "SimpleScalarPropertiesWithWhiteSpace", - "SimpleScalarPropertiesPureWhiteSpace", ), TestContainmentMode.EXCLUDE_TESTS )