Skip to content

Commit e8b911b

Browse files
Fix test to allow x-merge-override. (#1685)
1 parent 64120b9 commit e8b911b

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
@@ -267,6 +267,8 @@ def operation_specs(specs):
267267
for version, spec in specs.items():
268268
by_operation[version] = {}
269269
for path in spec["paths"]:
270+
if path == "x-merge-override":
271+
continue
270272
for method, operation in spec["paths"][path].items():
271273
by_operation[version][operation["operationId"]] = openapi.Operation(
272274
operation["operationId"], operation, method, path

0 commit comments

Comments
 (0)