test/tracing/custom_test.rb in instana-1.195.4 vs test/tracing/custom_test.rb in instana-1.197.0.pre1
- old
+ new
@@ -37,12 +37,10 @@
# Custom tracing root spans should default to entry type
assert_equal 1, first_span[:k]
assert_equal :entry, first_span[:data][:sdk][:type]
assert first_span.key?(:f)
- assert first_span[:f].key?(:e)
- assert first_span[:f].key?(:h)
- assert_equal ::Instana.agent.agent_uuid, first_span[:f][:h]
+ assert_equal ::Instana.agent.source, first_span[:f]
end
def test_custom_tracing_with_args
clear_all!
assert_equal false, ::Instana.tracer.tracing?