Merge pull request #768 from fnando/fix-hipchat-notifier

Hipchat uses incorrect variable name.
This commit is contained in:
Brian Coca 2015-07-27 11:12:17 -04:00
commit 4563d17953

View file

@ -129,7 +129,7 @@ def send_msg_v2(module, token, room, msg_from, msg, msg_format='text',
body['message'] = msg
body['color'] = color
body['message_format'] = msg_format
params['notify'] = notify
body['notify'] = notify
POST_URL = api + NOTIFY_URI_V2