We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e9cc0 commit 0d0b246Copy full SHA for 0d0b246
tests/encryption_/test_schema.py
@@ -7,7 +7,7 @@
7
class SchemaTests(EncryptionTestCase):
8
# Expected encrypted fields map per model
9
expected_map = {
10
- "PatientRecord": {
+ "Patient": {
11
"fields": [
12
{"bsonType": "string", "path": "ssn", "queries": {"queryType": "equality"}},
13
{"bsonType": "object", "path": "billing"},
0 commit comments