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 310b8e1 commit b012f3bCopy full SHA for b012f3b
tests/backend_/test_features.py
@@ -50,8 +50,9 @@ class SupportsQueryableEncryptionTests(TestCase):
50
def setUp(self):
51
# Clear the cached property.
52
connection.features.__dict__.pop("supports_queryable_encryption", None)
53
- # Must initialize the feature before patching it.
+ # Must initialize cached properties before patching them.
54
connection.features._supports_transactions # noqa: B018
55
+ connection.features.mongodb_version # noqa: B018
56
57
def tearDown(self):
58
del connection.features.supports_queryable_encryption
0 commit comments