diff --git a/tests/conftest.py b/tests/conftest.py index b3a226f..c9dc552 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -27,6 +27,7 @@ def _set_timestamp_defaults(mapper, connection, target): if getattr(target, col.key, None) is None: setattr(target, col.key, now) + TEST_JWT_SECRET = secrets.token_urlsafe(32) TEST_SERVICE_KEY = secrets.token_urlsafe(32) TEST_FERNET_KEY = "7reF42nmTwbdN21PBoubGp7h_FU8qSimstmlaMLoRK8="