From 3a7b3608053100bdbe0f968d8de262ef25e6d5e8 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 29 Jun 2025 20:30:34 -0400 Subject: [PATCH] fixed test --- apprise/plugins/smpp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apprise/plugins/smpp.py b/apprise/plugins/smpp.py index 21fa1bf4..4cc84829 100644 --- a/apprise/plugins/smpp.py +++ b/apprise/plugins/smpp.py @@ -116,6 +116,7 @@ class NotifySMPP(NotifyBase): 'type': 'string', 'regex': (r'^[0-9\s)(+-]+$', 'i'), 'required': True, + 'map_to': 'source', }, 'target_phone': { 'name': _('Target Phone No'),