We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f50d9 commit 0b31e68Copy full SHA for 0b31e68
1 file changed
src/devhelm/resources/notification_policies.py
@@ -55,4 +55,6 @@ def delete(self, id: int | str) -> None:
55
56
def test(self, id: int | str) -> None:
57
"""Send a test dispatch to verify policy routing."""
58
- api_post(self._client, f"/api/v1/notification-policies/{path_param(id)}/test", {})
+ api_post(
59
+ self._client, f"/api/v1/notification-policies/{path_param(id)}/test", {}
60
+ )
0 commit comments