Skip to content

Commit de0bc78

Browse files
fix(test): Add insert_index to trigger_autofix_explorer mock assertion
The test_stopping_point test checks exact kwargs passed to trigger_autofix_explorer. Add the new insert_index=None parameter to match the updated function signature. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f40e273 commit de0bc78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sentry/seer/endpoints/test_group_ai_autofix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@ def test_stopping_point(self, mock_trigger_explorer):
940940
run_id=None,
941941
intelligence_level="low",
942942
user_context=None,
943+
insert_index=None,
943944
)
944945

945946
@patch("sentry.seer.autofix.autofix._call_autofix")

0 commit comments

Comments
 (0)