Skip to content

Commit

Permalink
Fix test (process_id in metas) (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelgavache authored Jul 20, 2017
1 parent 7a19177 commit bcbd859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracer/span_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bcbd859

Please sign in to comment.