Improve pytest tests

This commit is contained in:
2026-01-18 21:53:39 +08:00
parent ebc315c1cc
commit 4adfcc4131
3 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ def kms_client(tmp_path):
app = create_app({
"TESTING": True,
"SECRET_KEY": "testing",
"STORAGE_ROOT": str(tmp_path / "storage"),
"IAM_CONFIG": str(tmp_path / "iam.json"),
"BUCKET_POLICY_PATH": str(tmp_path / "policies.json"),