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