diff --git a/tools/test-backend b/tools/test-backend index e21ef32cf2..79d2242a9d 100755 --- a/tools/test-backend +++ b/tools/test-backend @@ -72,7 +72,6 @@ not_yet_fully_covered = { 'zerver/lib/bugdown/__init__.py', 'zerver/lib/events.py', 'zerver/lib/i18n.py', - 'zerver/lib/integrations.py', 'zerver/lib/message.py', 'zerver/lib/narrow.py', 'zerver/lib/notifications.py', diff --git a/zerver/lib/integrations.py b/zerver/lib/integrations.py index c477b4079e..14969d3e12 100644 --- a/zerver/lib/integrations.py +++ b/zerver/lib/integrations.py @@ -174,7 +174,7 @@ INTEGRATIONS = { 'basecamp': Integration('basecamp', 'basecamp'), 'capistrano': Integration('capistrano', 'capistrano'), 'codebase': Integration('codebase', 'codebase'), - 'email': Integration('email', 'email'), + 'email': EmailIntegration('email', 'email'), 'git': Integration('git', 'git'), 'google-calendar': Integration('google-calendar', 'google-calendar', display_name='Google Calendar'), 'hubot': Integration('hubot', 'hubot'),