Commit fd61adf
committed
Add nosemgrep to remaining CompletedProcess fixture in test_test_auto_repair
PR #97 Codacy gate failed on issueThreshold (expected 0, got 1): the third
MagicMock(return_value=subprocess.CompletedProcess(...)) fixture (test_truncates_long_diffs,
line 63) was missing the nosemgrep suppression that the other three already had.
No subprocess is actually launched.1 parent f3a0987 commit fd61adf
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments