mongo-python-driver/test/unified-test-format/invalid/entity-session-client-required.json
2020-12-21 19:22:29 -08:00

23 lines
315 B
JSON

{
"description": "entity-session-client-required",
"schemaVersion": "1.0",
"createEntities": [
{
"client": {
"id": "client0"
}
},
{
"session": {
"id": "session0"
}
}
],
"tests": [
{
"description": "foo",
"operations": []
}
]
}