Skip to content

Commit cf68bc8

Browse files
committed
clean up (#291)
1 parent 66ebfaa commit cf68bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-processor-core/src/test/kotlin/io/openapiprocessor/core/converter/mapping/MappingFinderEndpointMethodSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class MappingFinderEndpointMethodSpec: StringSpec({
133133
| /foo:
134134
| get:
135135
| parameters:
136-
| - drop: "foo-Param"
136+
| - drop: foo-Param
137137
| - drop: barParam
138138
""")
139139

0 commit comments

Comments
 (0)