mirror of
https://github.com/caronc/apprise.git
synced 2025-08-15 10:52:36 +02:00
Twitter supports x:// to align with it's new re-branding (#971)
This commit is contained in:
@ -87,7 +87,7 @@ apprise_url_tests = (
|
||||
'notify_response': False,
|
||||
|
||||
# Our expected url(privacy=True) startswith() response:
|
||||
'privacy_url': 'twitter://c...y/****/a...2/****',
|
||||
'privacy_url': 'x://c...y/****/a...2/****',
|
||||
}),
|
||||
('twitter://consumer_key/consumer_secret/atoken3/access_secret'
|
||||
'?cache=no', {
|
||||
|
Reference in New Issue
Block a user