webhooks: Remove arguments passing default image_name values.

This commit is contained in:
Niloth P
2024-12-31 23:27:50 +05:30
committed by Tim Abbott
parent 51839a72b9
commit 249da6ec43

View File

@@ -749,13 +749,13 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
"mention": [ScreenshotConfig("webfeeds.json")], "mention": [ScreenshotConfig("webfeeds.json")],
"nagios": [BaseScreenshotConfig("service_notify.json")], "nagios": [BaseScreenshotConfig("service_notify.json")],
"netlify": [ScreenshotConfig("deploy_building.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")], "opencollective": [ScreenshotConfig("one_time_donation.json")],
"opsgenie": [ScreenshotConfig("addrecipient.json")], "opsgenie": [ScreenshotConfig("addrecipient.json")],
"pagerduty": [ScreenshotConfig("trigger_v2.json")], "pagerduty": [ScreenshotConfig("trigger_v2.json")],
"papertrail": [ScreenshotConfig("short_post.json", payload_as_query_param=True)], "papertrail": [ScreenshotConfig("short_post.json", payload_as_query_param=True)],
"patreon": [ScreenshotConfig("members_pledge_create.json")], "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")], "pivotal": [ScreenshotConfig("v5_type_changed.json")],
"radarr": [ScreenshotConfig("radarr_movie_grabbed.json")], "radarr": [ScreenshotConfig("radarr_movie_grabbed.json")],
"raygun": [ScreenshotConfig("new_error.json")], "raygun": [ScreenshotConfig("new_error.json")],