We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7358148 commit 9af0d86Copy full SHA for 9af0d86
GeoHealthCheck/plugins/probe/http.py
@@ -89,5 +89,7 @@ def get_request_headers(self):
89
# self.REQUEST_HEADERS['content-type'].format(**content_type)
90
# Hmm seems simpler
91
headers = Probe.get_request_headers(self)
92
- return headers.update(
+ headers.update(
93
{'Content-Type': self._parameters['content_type']})
94
+
95
+ return headers
0 commit comments