remove unused operation in test json file

This commit is contained in:
wing328 2015-10-10 23:27:21 +08:00
parent 5cd01af350
commit 00517a1ad3

View File

@ -46,26 +46,7 @@
}
}
}
},
"post": {
"tags": [
"tests"
],
"summary": "Operation with global consumes and produces",
"description": "",
"operationId": "globalConsumesAndProduces",
"parameters": [
],
"responses": {
"200": {
"description": "successful operation. Returning a simple int.",
"schema": {
"type": "integer",
"format": "int64"
}
}
}
}
}
},
"/tests/globalConsumesAndProduces": {
"get": {
@ -146,4 +127,4 @@
}
}
}
}
}