Added attach-as option to form:// for upstream filename over-ride (#827)

This commit is contained in:
Chris Caron
2023-02-17 16:29:22 -05:00
committed by GitHub
parent f7cc732c31
commit 704f7db53a
8 changed files with 178 additions and 13 deletions

View File

@ -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', {