From a31d19c7dc3fcea883b5b5d2e6075b1317a9a783 Mon Sep 17 00:00:00 2001 From: pooja-bruno Date: Wed, 3 Dec 2025 17:32:38 +0530 Subject: [PATCH] fix --- .../tests/openapi/openapi-to-bruno/openapi-body.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bruno-converters/tests/openapi/openapi-to-bruno/openapi-body.spec.js b/packages/bruno-converters/tests/openapi/openapi-to-bruno/openapi-body.spec.js index 5d3a5b564..190e16e95 100644 --- a/packages/bruno-converters/tests/openapi/openapi-to-bruno/openapi-body.spec.js +++ b/packages/bruno-converters/tests/openapi/openapi-to-bruno/openapi-body.spec.js @@ -65,7 +65,7 @@ components: expect(bodyJson).toHaveProperty('dueDate'); }); - it('should import formUrlEncoded body when requestBody uses $ref with inline schema (no explicit type: object)', () => { + it('should import formUrlEncoded body when requestBody uses $ref with inline schema', () => { const openApiSpec = ` openapi: "3.0.0" info: @@ -110,7 +110,7 @@ components: expect(fieldNames).toContain('password'); }); - it('should import multipartForm body when requestBody uses $ref with inline schema (no explicit type: object)', () => { + it('should import multipartForm body when requestBody uses $ref with inline schema', () => { const openApiSpec = ` openapi: "3.0.0" info: