ivnminin

Results 1 comments of ivnminin

Why are we checking code 200 in this test? There should be a 500 code. Doesn't work ```if error is not None: scope.span.set_tag(tags.ERROR, True) scope.span.log_kv({ 'event': tags.ERROR, 'error.object': error, })...