mirror of
https://github.com/caronc/apprise.git
synced 2025-08-15 02:42:35 +02:00
Decreased phone-no min_len requirements (#591)
This commit is contained in:
@ -39,7 +39,7 @@ apprise_url_tests = (
|
||||
# We failed to identify any valid authentication
|
||||
'instance': TypeError,
|
||||
}),
|
||||
('clicksend://user:pass@{}/{}/{}'.format('1' * 10, '2' * 15, 'a' * 13), {
|
||||
('clicksend://user:pass@{}/{}/{}'.format('1' * 9, '2' * 15, 'a' * 13), {
|
||||
# invalid target numbers; we'll fail to notify anyone
|
||||
'instance': plugins.NotifyClickSend,
|
||||
'notify_response': False,
|
||||
|
Reference in New Issue
Block a user