diff --git a/pgcontents/tests/test_pgcontents_api.py b/pgcontents/tests/test_pgcontents_api.py index 804f266..3eeffc9 100644 --- a/pgcontents/tests/test_pgcontents_api.py +++ b/pgcontents/tests/test_pgcontents_api.py @@ -293,7 +293,6 @@ def test_crypto_types(self): class EncryptedPostgresContentsAPITest(PostgresContentsAPITest): config = postgres_contents_config() - # The key for this needs to be a b64-encoded 32-byte string. config.PostgresContentsManager.crypto = make_fernet() def test_crypto_types(self):