Skip to content

Commit 354ad79

Browse files
committed
fix tests
1 parent 366d6c6 commit 354ad79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/seer/autofix/test_autofix_on_completion_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def test_maybe_continue_pipeline_pushes_changes_for_open_pr(self, mock_push_chan
258258
},
259259
)
260260
AutofixOnCompletionHook._maybe_continue_pipeline(self.organization, 123, state)
261-
mock_push_changes.assert_called_once_with(self.group, 123)
261+
mock_push_changes.assert_called_once_with(self.group, 123, state=state)
262262

263263

264264
class TestPipelineConstants(TestCase):

0 commit comments

Comments
 (0)