From 1204662a6485611f427106b3d734c54f36cc49bb Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 18 May 2023 16:09:40 +0800 Subject: [PATCH] undo changes to petstore.yaml --- .../openapi-generator/src/test/resources/3_0/petstore.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/openapi-generator/src/test/resources/3_0/petstore.yaml b/modules/openapi-generator/src/test/resources/3_0/petstore.yaml index 4e2a47251c8..a8f9809a124 100644 --- a/modules/openapi-generator/src/test/resources/3_0/petstore.yaml +++ b/modules/openapi-generator/src/test/resources/3_0/petstore.yaml @@ -452,11 +452,6 @@ paths: required: true schema: type: string - - name: boolean_test - in: query - description: The password for login in clear text - schema: - type: boolean responses: '200': description: successful operation