mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
integrations: Remove Nagios fixture used for example screenshot.
Nagios is not a webhook integration, and the fixture is only used to generate the example screenshot for the doc. Support for generating the Nagios example screenshot will be added in a later commit, in a different format and system. Removing this fixture allows removing the current system logic, without raising errors.
This commit is contained in:
@@ -771,7 +771,6 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
|
||||
"lidarr": [ScreenshotConfig("lidarr_album_grabbed.json")],
|
||||
"linear": [ScreenshotConfig("issue_create_complex.json")],
|
||||
"mention": [ScreenshotConfig("webfeeds.json")],
|
||||
"nagios": [BaseScreenshotConfig("service_notify.json")],
|
||||
"netlify": [ScreenshotConfig("deploy_building.json")],
|
||||
"newrelic": [ScreenshotConfig("incident_activated_new_default_payload.json")],
|
||||
"opencollective": [ScreenshotConfig("one_time_donation.json")],
|
||||
|
||||
Reference in New Issue
Block a user