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

26 lines
397 B
JSON

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