Commit eeb724c
committed
test: fix CSV reporter test fixtures to match Assessment validation
Updated mock_assessment fixture to use attributes_total=0 with
findings=[] to match the Assessment model validation that requires
findings count to equal attributes_total.
This is consistent with the fix already applied to
test_multi_html_reporter.py.1 parent 70e6fc8 commit eeb724c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments