Send HipChat header

This commit is contained in:
JonnyWong16 2018-02-19 11:57:21 -08:00
parent 25b1dc6dd8
commit 17dd767c22

View file

@ -1835,7 +1835,7 @@ class HIPCHAT(Notifier):
headers = {'Content-type': 'application/json'}
return self.make_request(self.config['hook'], json=data)
return self.make_request(self.config['hook'], headers=headers, json=data)
def return_config_options(self):
config_option = [{'label': 'Hipchat Custom Integrations Full URL',