Commit b5fa7aa
committed
fix: don't close old findings when reimport auto-creates a new test
When auto_create_context=True and the test doesn't exist yet, the reimport
falls back to DefaultImporter. With close_old_findings=True, this would
incorrectly close findings from other tests in the same engagement/product
scope because the newly created test has no prior findings to compare against.
Suppress close_old_findings for this initial-import path. Fixes #14363.1 parent cf1f286 commit b5fa7aa
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2711 | 2711 | | |
2712 | 2712 | | |
2713 | 2713 | | |
| 2714 | + | |
| 2715 | + | |
| 2716 | + | |
2714 | 2717 | | |
2715 | | - | |
| 2718 | + | |
2716 | 2719 | | |
2717 | 2720 | | |
2718 | 2721 | | |
| |||
0 commit comments