Skip to content

Commit 0d0b246

Browse files
committed
Test Patient not PatientRecord
Something is still wrong here. Both models pass the test … 
1 parent b1e9cc0 commit 0d0b246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/encryption_/test_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class SchemaTests(EncryptionTestCase):
88
# Expected encrypted fields map per model
99
expected_map = {
10-
"PatientRecord": {
10+
"Patient": {
1111
"fields": [
1212
{"bsonType": "string", "path": "ssn", "queries": {"queryType": "equality"}},
1313
{"bsonType": "object", "path": "billing"},

0 commit comments

Comments
 (0)