Promote uat → main: CI/test fixes + dispose_engine regression test (CAR-1012/CAR-1330/CAR-1135/CAR-1357) #56

Merged
Coupon Carl merged 76 commits from uat into main 2026-06-23 12:58:13 +00:00
Showing only changes of commit 76781ed238 - Show all commits
+1
View File
@@ -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="