You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-25 22:41:46 +02:00
Update plugin/grpctrace/interceptor_test.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This commit is contained in:
@@ -126,6 +126,7 @@ func (tc nameAttributeTestCase) testUCISetsExpectedNameAttribute(t *testing.T) {
|
|||||||
for _, attr := range attributes {
|
for _, attr := range attributes {
|
||||||
if attr.Key == rpcServiceKey {
|
if attr.Key == rpcServiceKey {
|
||||||
actualServiceName = attr.Value.AsString()
|
actualServiceName = attr.Value.AsString()
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user