Skip to content

Commit caf10b6

Browse files
committed
fix: specification extensions with complex values for paths object (via fix in api-unifier)
1 parent fe6334d commit caf10b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/openapi.specificationExtensions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const specificationExtensionObjectPaths: JsonPath[] = [
210210
...serverObjectPaths.map(path => [...path, 'variables', 'someVariable']),
211211

212212
// Paths Object
213-
// ['paths'], //TODO: fix cases with complex values- they fail now for paths
213+
['paths'],
214214

215215
// Path Item Object
216216
...pathItemObjectPaths,
@@ -240,7 +240,7 @@ const specificationExtensionObjectPaths: JsonPath[] = [
240240
...responseObjectPaths,
241241

242242
// Callback Object
243-
//...callbackObjectPaths,
243+
...callbackObjectPaths,
244244

245245
// Example Object
246246
...exampleObjectPaths,

0 commit comments

Comments
 (0)