Tests: Fix minor typo (#725)

This commit is contained in:
Andreas Motl 2022-10-30 14:34:46 -07:00 committed by GitHub
parent cddd5c4fb3
commit 0cd64c1026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -736,7 +736,7 @@ def test_apprise_cli_details(tmpdir):
# Pretend everything is okay (so we don't break other tests) # Pretend everything is okay (so we don't break other tests)
return True return True
NOTIFY_SCHEMA_MAP['req05'] = TestReq04Notification NOTIFY_SCHEMA_MAP['req05'] = TestReq05Notification
class TestDisabled01Notification(NotifyBase): class TestDisabled01Notification(NotifyBase):
""" """