Skip to content

Commit

Permalink
chore: Fix showcase tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Jun 6, 2024
1 parent 367bd11 commit ded22f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ void recordsCustomAttributes() throws InterruptedException, IOException {
List<MetricData> actualMetricDataList = getMetricDataList(inMemoryMetricReader);
Map<String, String> expectedAttributes =
ImmutableMap.of(
MetricsTracer.METHOD_NAME_ATTRIBUTE,
MetricsTracer.METHOD_ATTRIBUTE,
"Echo.Echo",
MetricsTracer.LANGUAGE_ATTRIBUTE,
MetricsTracer.DEFAULT_LANGUAGE,
Expand Down

0 comments on commit ded22f8

Please sign in to comment.