mirror of https://github.com/caronc/apprise
Tests: Fix minor typo (#725)
parent
cddd5c4fb3
commit
0cd64c1026
|
@ -736,7 +736,7 @@ def test_apprise_cli_details(tmpdir):
|
|||
# Pretend everything is okay (so we don't break other tests)
|
||||
return True
|
||||
|
||||
NOTIFY_SCHEMA_MAP['req05'] = TestReq04Notification
|
||||
NOTIFY_SCHEMA_MAP['req05'] = TestReq05Notification
|
||||
|
||||
class TestDisabled01Notification(NotifyBase):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue