Skip to content

Commit 5e8a70d

Browse files
committed
fix test
1 parent 568d628 commit 5e8a70d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/sentry/tasks/test_commit_context.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,9 @@ def setUp(self) -> None:
10241024
commitAuthorEmail="admin@localhost",
10251025
),
10261026
)
1027+
OrganizationOption.objects.set_value(
1028+
organization=self.project.organization, key="sentry:github_pr_bot", value=True
1029+
)
10271030

10281031
def add_responses(self):
10291032
responses.add(

0 commit comments

Comments
 (0)