@@ -93,7 +93,7 @@ val exampleCases: List[ExampleCase] = List(
93
93
ExampleCase (sampleResource(" plain.json" ), " tests.dtos" ),
94
94
ExampleCase (sampleResource(" polymorphism.yaml" ), " polymorphism" ),
95
95
ExampleCase (sampleResource(" polymorphism-mapped.yaml" ), " polymorphismMapped" ),
96
- ExampleCase (sampleResource(" polymorphism-nested.yaml" ), " polymorphismNested" ).frameworks(Set ( " akka-http " , " endpoints " , " http4s " ) ),
96
+ ExampleCase (sampleResource(" polymorphism-nested.yaml" ), " polymorphismNested" ).frameworks(scalaFrameworks.toSet ),
97
97
ExampleCase (sampleResource(" raw-response.yaml" ), " raw" ),
98
98
ExampleCase (sampleResource(" redaction.yaml" ), " redaction" ),
99
99
ExampleCase (sampleResource(" server1.yaml" ), " tracer" ).args(" --tracing" ),
@@ -102,7 +102,7 @@ val exampleCases: List[ExampleCase] = List(
102
102
ExampleCase (sampleResource(" response-headers.yaml" ), " responseHeaders" ),
103
103
ExampleCase (sampleResource(" binary.yaml" ), " binary" ).frameworks(Set (" http4s" )),
104
104
ExampleCase (sampleResource(" conflicting-names.yaml" ), " conflictingNames" ),
105
- ExampleCase (sampleResource(" base64.yaml" ), " base64" ).frameworks(Set ( " akka-http " , " http4s " , " endpoints " ) ),
105
+ ExampleCase (sampleResource(" base64.yaml" ), " base64" ).frameworks(scalaFrameworks.toSet ),
106
106
)
107
107
108
108
def exampleArgs (language : String ): List [List [String ]] = exampleCases
0 commit comments