mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
webhooks: Add nocoverage comment for unused MAPPING.
This code path isn't used yet; I expect we'll get to remove this when we start using it for a specific integration in the near-ish future.
This commit is contained in:
@@ -97,7 +97,7 @@ class WebhookUrlOption:
|
|||||||
label="Exclude notifications from private repositories",
|
label="Exclude notifications from private repositories",
|
||||||
validator=check_bool,
|
validator=check_bool,
|
||||||
)
|
)
|
||||||
case PresetUrlOption.MAPPING:
|
case PresetUrlOption.MAPPING: # nocoverage # Not used yet
|
||||||
return cls(
|
return cls(
|
||||||
name=config.value,
|
name=config.value,
|
||||||
label="",
|
label="",
|
||||||
|
|||||||
Reference in New Issue
Block a user