mirror of
https://github.com/caronc/apprise.git
synced 2025-08-10 00:38:02 +02:00
Added attach-as option to form:// for upstream filename over-ride (#827)
This commit is contained in:
@ -92,6 +92,9 @@ apprise_url_tests = (
|
||||
('xml://user@localhost?method=delete', {
|
||||
'instance': NotifyXML,
|
||||
}),
|
||||
('xml://user@localhost?method=patch', {
|
||||
'instance': NotifyXML,
|
||||
}),
|
||||
|
||||
# Continue testing other cases
|
||||
('xml://localhost:8080', {
|
||||
|
Reference in New Issue
Block a user