Skip to content

Commit 472b397

Browse files
committed
Fix typo in required_db_features
1 parent 3973a4e commit 472b397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/encryption_/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class EncryptedTestModel(models.Model):
3030
class Meta:
3131
abstract = True
32-
required_db_features = {"supports_query_encryption"}
32+
required_db_features = {"supports_queryable_encryption"}
3333

3434

3535
class Patient(EncryptedTestModel):

0 commit comments

Comments
 (0)