mirror of https://github.com/caronc/apprise
fixed test
parent
ee12cd200e
commit
3a7b360805
|
@ -116,6 +116,7 @@ class NotifySMPP(NotifyBase):
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'regex': (r'^[0-9\s)(+-]+$', 'i'),
|
'regex': (r'^[0-9\s)(+-]+$', 'i'),
|
||||||
'required': True,
|
'required': True,
|
||||||
|
'map_to': 'source',
|
||||||
},
|
},
|
||||||
'target_phone': {
|
'target_phone': {
|
||||||
'name': _('Target Phone No'),
|
'name': _('Target Phone No'),
|
||||||
|
|
Loading…
Reference in New Issue