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

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