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

26 lines
414 B
JSON

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