We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595be9b commit bd361c8Copy full SHA for bd361c8
codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/GradleGenerator.kt
@@ -71,12 +71,9 @@ class GradleGenerator : KotlinIntegration {
71
}
72
73
74
- // `Route53UriTest` E2E tests depend on `TestEngine`
75
- if (ctx.model.expectShape<ServiceShape>(ctx.settings.service).sdkId.lowercase() == "route 53") {
76
- withBlock("jvmE2eTest {", "}") {
77
- withBlock("dependencies {", "}") {
78
- write(KotlinDependency.HTTP_TEST.dependencyNotation())
79
- }
+ withBlock("jvmE2eTest {", "}") {
+ withBlock("dependencies {", "}") {
+ write(KotlinDependency.HTTP_TEST.dependencyNotation())
80
81
82
0 commit comments