mongo-python-driver/test/unified-test-format/invalid/expectedCmapEvent-poolReadyEvent-additionalProperties.json
Shane Harvey 01e34cebdb
PYTHON-2769 Test redaction of replies to security-sensitive commands (#676)
Resync command monitoring and unified test format tests.
Redact entire hello response when the command started contained speculativeAuthenticate.
Make OP_REPLY cursor.cursor_id always be an Int64.
2021-07-15 14:12:11 -07:00

24 lines
440 B
JSON

{
"description": "expectedCmapEvent-poolReadyEvent-additionalProperties",
"schemaVersion": "1.3",
"tests": [
{
"description": "foo",
"operations": [],
"expectEvents": [
{
"client": "client0",
"eventType": "cmap",
"events": [
{
"poolReadyEvent": {
"foo": "bar"
}
}
]
}
]
}
]
}