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 1618138 commit 52bb16eCopy full SHA for 52bb16e
tests/encryption_/test_base.py
@@ -23,5 +23,5 @@ def assertEncrypted(self, model, field):
23
except Exception as e:
24
raise Exception(
25
f"collections: {db.list_collection_names()} and "
26
- "collection_count: {collection.count_documents({})}"
+ f"collection_count: {collection.count_documents({})}"
27
) from e
0 commit comments