From 3964d88be41785daa57db19606c6c5a3d80f3e76 Mon Sep 17 00:00:00 2001 From: Roman Lytvynenko Date: Mon, 19 Sep 2022 22:30:25 +0300 Subject: [PATCH] fix tests --- ...eDocumentingTest__response()-noContent()_call_support__1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__snapshots__/ResponseDocumentingTest__response()-noContent()_call_support__1.yml b/tests/__snapshots__/ResponseDocumentingTest__response()-noContent()_call_support__1.yml index 1799b477..fbb873dc 100644 --- a/tests/__snapshots__/ResponseDocumentingTest__response()-noContent()_call_support__1.yml +++ b/tests/__snapshots__/ResponseDocumentingTest__response()-noContent()_call_support__1.yml @@ -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: { } } } } } }