From f2810c49c10ffef04793fc339a704f304f7034cc Mon Sep 17 00:00:00 2001 From: Dillon Walls Date: Thu, 12 Sep 2024 18:20:40 -0400 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! add support for mongodb Client Side Field Level Encryption (CSFLE) --- ming/tests/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ming/tests/__init__.py b/ming/tests/__init__.py index 079ac75..363d073 100644 --- a/ming/tests/__init__.py +++ b/ming/tests/__init__.py @@ -14,7 +14,6 @@ def push_seed(seed): random.setstate(rstate) -@staticmethod def make_encryption_key(seed=__name__): with push_seed(seed): return base64.b64encode(os.urandom(96)).decode('ascii')