Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko committed Sep 19, 2022
1 parent e9eb2c9 commit 3964d88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ info:
servers:
- { url: 'http://localhost/api' }
paths:
/test: { get: { tags: [Foo_Test], responses: { 204: { description: 'No content', content: { application/json: { schema: { } } } } } } }
/test: { get: { tags: [Foo_Test], responses: { 204: { description: 'No content', content: { application/json: { } } } } } }

0 comments on commit 3964d88

Please sign in to comment.