Skip to content

Commit 844abcc

Browse files
aclark4lifeJibola
andauthored
Update tests/encryption_/test_base.py
Co-authored-by: Jib <[email protected]>
1 parent f4c9363 commit 844abcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/encryption_/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_get_encrypted_fields_map(self):
127127
self.patient, client, auto_encryption_opts
128128
)
129129
for field in encrypted_fields_map["fields"]:
130-
# Remove data keys from the output
130+
# Remove data keys from the output; they are expected to differ
131131
field.pop("keyId", None)
132132
self.assertEqual(
133133
encrypted_fields_map,

0 commit comments

Comments
 (0)