mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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",
|
||||
validator=check_bool,
|
||||
)
|
||||
case PresetUrlOption.MAPPING:
|
||||
case PresetUrlOption.MAPPING: # nocoverage # Not used yet
|
||||
return cls(
|
||||
name=config.value,
|
||||
label="",
|
||||
|
Reference in New Issue
Block a user