Skip to content

Commit 53ee814

Browse files
Fix test to allow x-merge-override. (#2032)
1 parent 140fabe commit 53ee814

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.generator/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ def operation_specs(specs):
311311
for version, spec in specs.items():
312312
by_operation[version] = {}
313313
for path in spec["paths"]:
314+
if path == "x-merge-override":
315+
continue
314316
for method, operation in spec["paths"][path].items():
315317
by_operation[version][operation["operationId"]] = openapi.Operation(
316318
operation["operationId"], operation, method, path

0 commit comments

Comments
 (0)