Merge branch 'RM2_develop' into qyqy_develop

This commit is contained in:
zhangshy
2026-09-11 11:44:51 +08:00
4 changed files with 79 additions and 3 deletions
@@ -106,6 +106,7 @@ async def test_archive_success_updates_snapshot_and_audit() -> None:
assert item.evidence_snapshot["evidence_archive"]["file_size"] == len(PNG)
assert session.committed is True
assert session.added[0].action_type == "risk_evidence_archived"
assert session.added[0].created_at is not None
@pytest.mark.asyncio