File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
messaging/integration_test/src Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 20
20
#include < cstdlib>
21
21
#include < cstring>
22
22
#include < ctime>
23
+ #include < map>
24
+ #include < string>
23
25
#include < thread>
24
26
25
27
#include " app_framework.h" // NOLINT
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def main():
127
127
'-H' , header ,
128
128
'-H' , 'Authorization: token %s' % args .token ,
129
129
request_url
130
- ] + ([] if not args .verbose else ['-v' ])).decode ('utf-8' )
130
+ ] + ([] if not args .verbose else ['-v' ])).decode ('utf-8' , errors = 'replace' )
131
131
# Parse the diff to determine the whether each source line is touched.
132
132
# Only lint lines that refer to parts of files that are diffed will be shown.
133
133
# Information on what this means here:
You can’t perform that action at this time.
0 commit comments