Skip to content

Commit

Permalink
🔧 chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrajjoshi committed Feb 8, 2025
1 parent ad8cabb commit b0b957b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def test_after_reply_in_thread_noa(self, mock_api_call, mock_post, mock_record):

assert (
blocks[0]["text"]["text"]
== f":large_yellow_circle: <http://testserver/organizations/{self.organization.slug}/issues/{self.event.group.id}/?referrer=slack&alert_rule_id={self.rule.id}&alert_type=issue|*Hello world*>"
== f":large_yellow_circle: <http://testserver/organizations/{self.organization.slug}/issues/{self.event.group.id}/?referrer=slack&alert_rule_id={self.action.id}&alert_type=issue|*Hello world*>"
)

assert NotificationMessage.objects.all().count() == 2
Expand Down

0 comments on commit b0b957b

Please sign in to comment.