mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
webhooks: Remove arguments passing default image_name values.
This commit is contained in:
@@ -749,13 +749,13 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
|
||||
"mention": [ScreenshotConfig("webfeeds.json")],
|
||||
"nagios": [BaseScreenshotConfig("service_notify.json")],
|
||||
"netlify": [ScreenshotConfig("deploy_building.json")],
|
||||
"newrelic": [ScreenshotConfig("incident_activated_new_default_payload.json", "001.png")],
|
||||
"newrelic": [ScreenshotConfig("incident_activated_new_default_payload.json")],
|
||||
"opencollective": [ScreenshotConfig("one_time_donation.json")],
|
||||
"opsgenie": [ScreenshotConfig("addrecipient.json")],
|
||||
"pagerduty": [ScreenshotConfig("trigger_v2.json")],
|
||||
"papertrail": [ScreenshotConfig("short_post.json", payload_as_query_param=True)],
|
||||
"patreon": [ScreenshotConfig("members_pledge_create.json")],
|
||||
"pingdom": [ScreenshotConfig("http_up_to_down.json", image_name="001.png")],
|
||||
"pingdom": [ScreenshotConfig("http_up_to_down.json")],
|
||||
"pivotal": [ScreenshotConfig("v5_type_changed.json")],
|
||||
"radarr": [ScreenshotConfig("radarr_movie_grabbed.json")],
|
||||
"raygun": [ScreenshotConfig("new_error.json")],
|
||||
|
||||
Reference in New Issue
Block a user