mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
integration-docs: Add jira-plugin screenshot config and image.
Temporarily exclude jira-plugin from `test_integration_doc_endpoints`, until the doc is updated. The screenshot for this integration is added separately since this adds a new screenshot for an integration whose doc is in the python-zulip-api repo. Since this breaks the sync between the docs and the screenshots, an exclusion is added to make the tests pass.
This commit is contained in:
@@ -73,6 +73,7 @@ FIXTURELESS_INTEGRATIONS_WITH_SCREENSHOTS: list[str] = [
|
||||
"github-actions",
|
||||
"google-calendar",
|
||||
"jenkins",
|
||||
"jira-plugin",
|
||||
"mastodon",
|
||||
"mercurial",
|
||||
"nagios",
|
||||
@@ -749,10 +750,7 @@ NO_SCREENSHOT_CONFIG = (
|
||||
"twitter",
|
||||
}
|
||||
# Python API Integrations that do not currently have screenshots in docs
|
||||
| {
|
||||
"git",
|
||||
"jira-plugin",
|
||||
}
|
||||
| {"git"}
|
||||
| NO_SCREENSHOT_WEBHOOKS
|
||||
| hubot_integration_names
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user