Skip to content

Commit

Permalink
Fix grpc tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
knusbaum committed Feb 27, 2020
1 parent bd524b0 commit 27c7640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/google.golang.org/grpc/stats_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func TestClientStatsHandler(t *testing.T) {
tagMethodName: "/grpc.Fixture/Ping",
ext.TargetHost: "127.0.0.1",
ext.TargetPort: server.port,
"_dd.measured": 1,
}, span.Tags())
}

Expand Down
1 change: 1 addition & 0 deletions contrib/google.golang.org/grpc/stats_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func TestServerStatsHandler(t *testing.T) {
"service.name": serviceName,
"resource.name": "/grpc.Fixture/Ping",
tagMethodName: "/grpc.Fixture/Ping",
"_dd.measured": 1,
}, span.Tags())
}

Expand Down

0 comments on commit 27c7640

Please sign in to comment.