Skip to content

Commit

Permalink
test service propagation from session
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Nov 24, 2023
1 parent c24f289 commit c60cf73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/support/tracer_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ def produce_test_session_trace(
produce_test_trace(
framework: framework, operation: operation,
test_name: test_name, test_suite: test_suite,
service: service, result: result, exception: exception, skip_reason: skip_reason,
# service is inherited from test_session
service: nil,
result: result, exception: exception, skip_reason: skip_reason,
start_time: start_time, duration_seconds: duration_seconds,
with_http_span: with_http_span
)
Expand Down

0 comments on commit c60cf73

Please sign in to comment.