Skip to content

Commit

Permalink
Update spec fixture to test #635
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash committed Sep 12, 2024
1 parent 30d34c9 commit 4b0efd6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/support/encoded_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,16 @@
"x-custom-info": {
"codeowners": "team-rocker"
},
"servers": [
{
"description": "production",
"url": "https://example.com/examples"
},
{
"description": "staging",
"url": "https://staging.example.com/examples"
}
],
"operationId": "example-post-test",
"callbacks": {
"operationCallback": {
Expand Down

0 comments on commit 4b0efd6

Please sign in to comment.