This commit is contained in:
pooja-bruno
2025-12-03 17:32:38 +05:30
parent 686165e59c
commit a31d19c7dc

View File

@@ -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: