Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed Dec 6, 2024
1 parent b45d55e commit 85a2a3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,15 @@
},
"foo": {
"allOf": [
{
"title": "foo",
"x-enumDescriptions": {
"FOO_UNSPECIFIED": "Unspecified. Default when empty",
"FOO_SOMETHING": "Something"
}
},
{
"$ref": "#/components/schemas/with_specification_extensions.foo.Foo"
}
]
],
"title": "foo",
"x-enumDescriptions": {
"FOO_UNSPECIFIED": "Unspecified. Default when empty",
"FOO_SOMETHING": "Something"
}
}
},
"title": "FooRequest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ components:
title: bar
foo:
allOf:
- title: foo
x-enumDescriptions: {"FOO_UNSPECIFIED": "Unspecified. Default when empty", "FOO_SOMETHING": "Something"}
- $ref: '#/components/schemas/with_specification_extensions.foo.Foo'
title: foo
x-enumDescriptions: {"FOO_UNSPECIFIED": "Unspecified. Default when empty", "FOO_SOMETHING": "Something"}
title: FooRequest
additionalProperties:
type: string
Expand Down

0 comments on commit 85a2a3b

Please sign in to comment.