bson/testdata/unified-test-format/valid-fail/operation-unsupported.json
2025-03-17 20:58:26 +01:00

23 lines
358 B
JSON

{
"description": "operation-unsupported",
"schemaVersion": "1.0",
"createEntities": [
{
"client": {
"id": "client0"
}
}
],
"tests": [
{
"description": "Unsupported operation",
"operations": [
{
"name": "unsupportedOperation",
"object": "client0"
}
]
}
]
}