File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -896,7 +896,7 @@ void grpcOpenTelemetryImplementation_setSampledToLocalTracing_methodFullNameIsRe
896896 List <MetricData > metricDataList = getMetricDataList ();
897897
898898 String gRPCMetricNamePrefix = "grpc." ;
899- String grpcMethodNameAttributeKey = "grpc.method" ;
899+ String gRPCMethodNameAttributeKey = "grpc.method" ;
900900
901901 List <MetricData > grpcMetricDataList =
902902 metricDataList .stream ()
@@ -908,7 +908,7 @@ void grpcOpenTelemetryImplementation_setSampledToLocalTracing_methodFullNameIsRe
908908
909909 for (PointData pointData : pointDataList ) {
910910 String methodName =
911- pointData .getAttributes ().get (AttributeKey .stringKey (grpcMethodNameAttributeKey ));
911+ pointData .getAttributes ().get (AttributeKey .stringKey (gRPCMethodNameAttributeKey ));
912912
913913 // All the attributes in the gRPC metrics should have the full method name
914914 Truth .assertThat (methodName ).doesNotMatch ("other" );
You can’t perform that action at this time.
0 commit comments