mongo-python-driver/test/unified-test-format/invalid/expectedError-minProperties.json
2020-12-21 19:22:29 -08:00

24 lines
358 B
JSON

{
"description": "expectedError-minProperties",
"schemaVersion": "1.0",
"createEntities": [
{
"client": {
"id": "client0"
}
}
],
"tests": [
{
"description": "foo",
"operations": [
{
"name": "foo",
"object": "client0",
"expectError": {}
}
]
}
]
}