Skip to content

Commit 9df1204

Browse files
author
Aniket Das
committed
update test
1 parent cf80cb6 commit 9df1204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/tasks/test_commit_context.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def test_gh_comment_org_settings(self, mock_comment_workflow):
595595
@responses.activate
596596
def test_gh_comment_pr_too_old(self, get_jwt, mock_comment_workflow):
597597
"""No comment on pr that's older than 30 days"""
598-
self.pull_request.date_added = iso_format(before_now(days=31))
598+
self.pull_request.date_added = iso_format(before_now(days=8))
599599
self.pull_request.save()
600600

601601
self.add_responses()

0 commit comments

Comments
 (0)