Skip to content

Commit

Permalink
fix these other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed Jan 30, 2025
1 parent 111e942 commit 0aa6e04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/notification/notifiers/tests/unit/test_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2143,6 +2143,7 @@ def test_build_message_hide_carriedforward_flags_has_cf_coverage(
assert exp == res
assert result == expected_result

@pytest.mark.django_db
def test_build_message_default_layout(
self,
dbsession,
Expand Down Expand Up @@ -2174,6 +2175,7 @@ def test_build_message_default_layout(
assert exp == res
assert result == expected_result

@pytest.mark.django_db
def test_send_actual_notification_spammy(
self, dbsession, mock_configuration, mock_repo_provider, sample_comparison
):
Expand Down

0 comments on commit 0aa6e04

Please sign in to comment.