Skip to content

Commit

Permalink
Add x-response-key to fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 7, 2024
1 parent b38b44c commit 0185c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/types/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export default {
security: [],
summary: '/deprecated/undocumented/endpoint',
tags: ['/deprecated/undocumented'],
'x-response-key': null,
'x-undocumented': 'true',
'x-title': 'Deprecated and undocumented endpoint',
},
Expand All @@ -272,6 +273,7 @@ export default {
security: [],
summary: '/draft/endpoint',
tags: ['/draft'],
'x-response-key': null,
'x-draft': 'true',
'x-title': 'Draft endpoint',
},
Expand Down

0 comments on commit 0185c03

Please sign in to comment.