From 35d681b254336dfa1de968f2d344deb05863d5e2 Mon Sep 17 00:00:00 2001 From: Akihito Nakano Date: Fri, 6 Apr 2018 15:27:08 +0900 Subject: [PATCH] Fix the missing tag on FakeApi (#7952) --- .../2_0/petstore-with-fake-endpoints-models-for-testing.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml b/modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml index e56c581f22fd..acc5eaaf9b3c 100644 --- a/modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml +++ b/modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml @@ -921,6 +921,8 @@ paths: description: successful operation /fake/body-with-query-params: put: + tags: + - fake operationId: testBodyWithQueryParams parameters: - name: body