diff --git a/tests/test_album_mbid_consistency.py b/tests/test_album_mbid_consistency.py index 176d9342..396c1c90 100644 --- a/tests/test_album_mbid_consistency.py +++ b/tests/test_album_mbid_consistency.py @@ -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(),