Wave 6: Integration tests, golden tests, index invariant tests, diff command (bd-rex, bd-2gp, bd-1ck)
This commit is contained in:
72
tests/fixtures/golden/list.json
vendored
Normal file
72
tests/fixtures/golden/list.json
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"data": {
|
||||
"applied_filters": {},
|
||||
"endpoints": [
|
||||
{
|
||||
"deprecated": false,
|
||||
"method": "GET",
|
||||
"operation_id": "listPets",
|
||||
"path": "/pets",
|
||||
"summary": "List all pets",
|
||||
"tags": [
|
||||
"pets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"deprecated": false,
|
||||
"method": "POST",
|
||||
"operation_id": "createPet",
|
||||
"path": "/pets",
|
||||
"summary": "Create a pet",
|
||||
"tags": [
|
||||
"pets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"deprecated": false,
|
||||
"method": "GET",
|
||||
"operation_id": "showPetById",
|
||||
"path": "/pets/{petId}",
|
||||
"summary": "Get a pet by ID",
|
||||
"tags": [
|
||||
"pets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"deprecated": true,
|
||||
"method": "DELETE",
|
||||
"operation_id": "deletePet",
|
||||
"path": "/pets/{petId}",
|
||||
"summary": "Delete a pet",
|
||||
"tags": [
|
||||
"pets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"deprecated": false,
|
||||
"method": "GET",
|
||||
"operation_id": "getInventory",
|
||||
"path": "/store/inventory",
|
||||
"summary": "Get store inventory",
|
||||
"tags": [
|
||||
"store"
|
||||
]
|
||||
}
|
||||
],
|
||||
"filtered": 5,
|
||||
"meta": {
|
||||
"alias": "petstore",
|
||||
"cached_at": "MASKED_TIMESTAMP",
|
||||
"duration_ms": 0,
|
||||
"spec_version": "1.0.0"
|
||||
},
|
||||
"total": 5
|
||||
},
|
||||
"meta": {
|
||||
"command": "list",
|
||||
"duration_ms": 0,
|
||||
"schema_version": 1,
|
||||
"tool_version": "MASKED"
|
||||
},
|
||||
"ok": true
|
||||
}
|
||||
Reference in New Issue
Block a user