Files
fuzzforge_ai/backend/tests/unit
tduhamel42 c68f5c9255 fix: Import FoundBy from correct module in tests
Fixed Pydantic validation error by importing FoundBy from modules.base
instead of models.finding_schema. The ModuleFinding class in base.py
uses its own FoundBy definition, and Pydantic requires the exact same
class instance for validation to pass.

This resolves the validation errors:
- test_cargo_fuzzer.py::test_create_finding_from_crash
- test_atheris_fuzzer.py::test_create_crash_finding
2025-11-14 15:45:23 +01:00
..