mongo-python-driver/test/unified-test-format/invalid/runOnRequirement-serverless-enum.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

16 lines
231 B
JSON

{
"description": "runOnRequirement-serverless-enum",
"schemaVersion": "1.4",
"runOnRequirements": [
{
"serverless": "foo"
}
],
"tests": [
{
"description": "foo",
"operations": []
}
]
}