Skip to content

Commit 0e25233

Browse files
committed
Fix broken test
1 parent 2f4ffa0 commit 0e25233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sentry/integrations/github_enterprise/test_webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def test_closed(self, mock_get_installation_metadata: MagicMock) -> None:
695695
assert pr.author.name == "baxterthehacker"
696696
assert pr.merge_commit_sha == "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c"
697697

698-
@patch("sentry.seer.code_review.webhooks.handlers.CodeReviewPreflightService")
698+
@patch("sentry.seer.code_review.webhooks.scm_listeners.CodeReviewPreflightService")
699699
@patch(
700700
"sentry.integrations.github_enterprise.webhook.GitHubEnterprisePullRequestEventWebhook._handle"
701701
)

0 commit comments

Comments
 (0)