Update mbid consistency test mock to match new create_finding bool contract

This commit is contained in:
Broque Thomas 2026-05-04 09:11:01 -07:00
parent 749a772ff5
commit 05bfb724a8

View file

@ -233,6 +233,8 @@ def _build_context(rows: list, tmp_path: Path) -> SimpleNamespace:
def _create_finding(**kwargs):
findings_created.append(kwargs)
# Mirror real `_create_finding` contract: True on insert.
return True
ctx = SimpleNamespace(
db=_FakeDB(),