Skip to content

Commit

Permalink
fix IT
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fukushima <[email protected]>
  • Loading branch information
gfukushima committed Jun 5, 2024
1 parent 2526080 commit f4baa56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static void validateMetrics(
final long failCount,
final long timeoutCount) {
final StubCounter labelledCounter =
metricsSystem.getCounter(TekuMetricCategory.VALIDATOR, "external_signer_requests");
metricsSystem.getCounter(TekuMetricCategory.VALIDATOR, "external_signer_requests_total");
assertThat(labelledCounter.getValue("success")).isEqualTo(successCount);
assertThat(labelledCounter.getValue("failed")).isEqualTo(failCount);
assertThat(labelledCounter.getValue("timeout")).isEqualTo(timeoutCount);
Expand Down

0 comments on commit f4baa56

Please sign in to comment.