Skip to content

Commit

Permalink
Merge pull request #22 from Finect/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
odelvalle committed Dec 2, 2020
2 parents 0571f35 + a567e68 commit f0a68ad
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 60 deletions.
4 changes: 2 additions & 2 deletions test/swaggers/GET-ok-swagger.yaml
Expand Up @@ -34,7 +34,7 @@ paths:
summary: "Finds Pets by status"
description: "Multiple status values can be provided with comma separated strings"
operationId: "findPetsByStatus"
consumes:
produces:
- "application/json"
parameters:
- name: "status"
Expand Down Expand Up @@ -110,7 +110,7 @@ paths:
summary: "Returns pet inventories by status"
description: "Returns a map of status codes to quantities"
operationId: "getInventory"
consumes:
produces:
- "application/json"
parameters: []
responses:
Expand Down
2 changes: 1 addition & 1 deletion test/swaggers/GET-whitout-response-2XX-swagger.yaml
Expand Up @@ -34,7 +34,7 @@ paths:
summary: "Finds Pets by status"
description: "Multiple status values can be provided with comma separated strings"
operationId: "findPetsByStatus"
consumes:
produces:
- "application/json"
responses:
400:
Expand Down
2 changes: 1 addition & 1 deletion test/swaggers/GET-whitout-response-401-swagger.yaml
Expand Up @@ -34,7 +34,7 @@ paths:
summary: "Finds Pets by status"
description: "Multiple status values can be provided with comma separated strings"
operationId: "findPetsByStatus"
consumes:
produces:
- "application/json"
responses:
200:
Expand Down
2 changes: 1 addition & 1 deletion test/swaggers/not-implemented-swagger.yaml
Expand Up @@ -34,7 +34,7 @@ paths:
summary: "Finds Pets by status"
description: "Multiple status values can be provided with comma separated strings"
operationId: "findPetsByStatus"
consumes:
produces:
- "application/json"
parameters:
- name: "status"
Expand Down
2 changes: 1 addition & 1 deletion test/swaggers/parameter-enum-response-400-swagger.yaml
Expand Up @@ -34,7 +34,7 @@ paths:
summary: "Finds Pets by status"
description: "Multiple status values can be provided with comma separated strings"
operationId: "findPetsByStatus"
consumes:
produces:
- "application/json"
parameters:
- name: "status"
Expand Down
2 changes: 1 addition & 1 deletion test/swaggers/parameter-required-ignore-404-swagger.yaml
Expand Up @@ -35,7 +35,7 @@ paths:
summary: "Finds Pets by status"
description: "Multiple status values can be provided with comma separated strings"
operationId: "findPetsByStatus"
consumes:
produces:
- "application/json"
parameters:
- name: "status"
Expand Down
2 changes: 1 addition & 1 deletion test/swaggers/parameter-required-response-404-swagger.yaml
Expand Up @@ -34,7 +34,7 @@ paths:
summary: "Finds Pets by status"
description: "Multiple status values can be provided with comma separated strings"
operationId: "findPetsByStatus"
consumes:
produces:
- "application/json"
parameters:
- name: "status"
Expand Down

0 comments on commit f0a68ad

Please sign in to comment.