Wave 6: Integration tests, golden tests, index invariant tests, diff command (bd-rex, bd-2gp, bd-1ck)
This commit is contained in:
51
tests/fixtures/golden/show.json
vendored
Normal file
51
tests/fixtures/golden/show.json
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"data": {
|
||||
"deprecated": false,
|
||||
"description": null,
|
||||
"method": "GET",
|
||||
"operation_id": "listPets",
|
||||
"parameters": [
|
||||
{
|
||||
"description": "Maximum number of items to return",
|
||||
"in": "query",
|
||||
"name": "limit",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"description": "Pagination offset",
|
||||
"in": "query",
|
||||
"name": "offset",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"path": "/pets",
|
||||
"request_body": null,
|
||||
"responses": {
|
||||
"200": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/Pet"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "A list of pets"
|
||||
}
|
||||
},
|
||||
"security": [],
|
||||
"summary": "List all pets",
|
||||
"tags": [
|
||||
"pets"
|
||||
]
|
||||
},
|
||||
"meta": {
|
||||
"command": "show",
|
||||
"duration_ms": 0,
|
||||
"schema_version": 1,
|
||||
"tool_version": "MASKED"
|
||||
},
|
||||
"ok": true
|
||||
}
|
||||
Reference in New Issue
Block a user