Skip to content

Commit

Permalink
Restore mp-1 test to expect no base metrics now that the virtual thre…
Browse files Browse the repository at this point in the history
…ads metrics are off y default
  • Loading branch information
tjquinno committed Jan 27, 2025
1 parent c4d0d51 commit d5b4c96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ private static void testBean(int port, String jwtToken) {
});

invoke(collector, "Application metric registry", "Timers.size(): 1", aBean::appRegistry);
invoke(collector, "Base metric registry", "Timers.size(): 1", aBean::baseRegistry);
invoke(collector, "Base metric registry", "Timers.size(): 0", aBean::baseRegistry);

// JWT-Auth
validateJwtProtectedResource(collector, target, jwtToken);
Expand Down

0 comments on commit d5b4c96

Please sign in to comment.