Added Nexmo SMS Notification Support (#123)

This commit is contained in:
Chris Caron
2019-06-06 22:59:05 -04:00
committed by GitHub
parent 35d2d358e7
commit 603e00bbce
6 changed files with 557 additions and 6 deletions

View File

@ -1071,8 +1071,6 @@ def test_apprise_details_plugin_verification():
assert isinstance(arg['alias_of'], six.string_types)
# Track our alias_of object
map_to_aliases.add(arg['alias_of'])
# We should never map to ourselves
assert arg['alias_of'] != key
# 2 entries (name, and alias_of only!)
assert len(entry['details'][section][key]) == 1