From bcbd859f5981ea37ecf4c9c795b2a04e9df4bc47 Mon Sep 17 00:00:00 2001 From: Raphael Gavache Date: Thu, 20 Jul 2017 14:02:59 -0400 Subject: [PATCH] Fix test (process_id in metas) (#94) --- tracer/span_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tracer/span_test.go b/tracer/span_test.go index e3be14f412..5cb2c14e36 100644 --- a/tracer/span_test.go +++ b/tracer/span_test.go @@ -53,6 +53,7 @@ func TestSpanSetMetas(t *testing.T) { "error.msg": "Something wrong", "error.type": "*errors.errorString", "status.code": "200", + "system.pid": "29176", } nopMetas := map[string]string{ "nopKey1": "nopValue1",