diff --git a/GeoHealthCheck/plugins/probe/http.py b/GeoHealthCheck/plugins/probe/http.py index 0687eb0a..4c8ac131 100644 --- a/GeoHealthCheck/plugins/probe/http.py +++ b/GeoHealthCheck/plugins/probe/http.py @@ -89,5 +89,7 @@ def get_request_headers(self): # self.REQUEST_HEADERS['content-type'].format(**content_type) # Hmm seems simpler headers = Probe.get_request_headers(self) - return headers.update( + headers.update( {'Content-Type': self._parameters['content_type']}) + + return headers