Skip to content

Commit 7523414

Browse files
Merge pull request #11 from FireTail-io/bug-logging-response
Update auditor.py
2 parents 8533e81 + a36363e commit 7523414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firetail/auditor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def create(self, response, token, diff=-1, scrub_headers=None, debug=False):
150150
},
151151
"response": {
152152
"statusCode": response.status_code,
153-
"body": response_data,
153+
"body": str(response_data),
154154
"headers": self.format_headers(dict(response.headers))
155155
},
156156
}

0 commit comments

Comments
 (0)