integrations: Refine Gitea example screenshot.

This commit is contained in:
Niloth P
2024-11-18 20:00:11 +05:30
committed by Tim Abbott
parent e1f256c905
commit 5de2a7115c
3 changed files with 7 additions and 7 deletions

View File

@@ -30,8 +30,8 @@ class GiteaHookTests(WebhookTestCase):
self.check_webhook("pull_request__opened", expected_topic_name, expected_message)
def test_pull_request_merged(self) -> None:
expected_topic_name = "test / PR #1905 New pr"
expected_message = """kostekIV merged [PR #4](https://try.gitea.io/kostekIV/test/pulls/4) from `test-branch` to `master`."""
expected_topic_name = "zulip-terminal / PR #1905 Fix remove-op on reaction event"
expected_message = """kostekIV merged [PR #1905](https://try.gitea.io/kostekIV/test/pulls/4) from `reaction-metadata` to `main`."""
self.check_webhook("pull_request__merged", expected_topic_name, expected_message)
def test_pull_request_edited(self) -> None: