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