Skip to content

Commit 00517a1

Browse files
committed
remove unused operation in test json file
1 parent 5cd01af commit 00517a1

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

modules/swagger-codegen/src/test/resources/2_0/globalConsumesAndProduces.json

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,7 @@
4646
}
4747
}
4848
}
49-
},
50-
"post": {
51-
"tags": [
52-
"tests"
53-
],
54-
"summary": "Operation with global consumes and produces",
55-
"description": "",
56-
"operationId": "globalConsumesAndProduces",
57-
"parameters": [
58-
],
59-
"responses": {
60-
"200": {
61-
"description": "successful operation. Returning a simple int.",
62-
"schema": {
63-
"type": "integer",
64-
"format": "int64"
65-
}
66-
}
67-
}
68-
}
49+
}
6950
},
7051
"/tests/globalConsumesAndProduces": {
7152
"get": {
@@ -146,4 +127,4 @@
146127
}
147128
}
148129
}
149-
}
130+
}

0 commit comments

Comments
 (0)