We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335bbf6 commit e93ef6aCopy full SHA for e93ef6a
tests/sentry/mail/test_adapter.py
@@ -868,7 +868,7 @@ def test_notify_with_suspect_commits(self) -> None:
868
869
assert "Suspect Commits" in msg.body
870
assert self.user.email in msg.body
871
- assert commit.key[-7] in msg.body
+ assert commit.key[:7] in msg.body
872
873
def test_notify_with_replay_id(self) -> None:
874
project = self.project
0 commit comments