Skip to content

Commit

Permalink
fix test (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank11p authored Nov 28, 2024
1 parent 8529b3f commit aca5f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void postJson() throws IOException, InterruptedException {
Assertions.assertTrue(hasMetricNamed("http.server.duration", metrics));

Assertions.assertTrue(hasMetricWithAttribute("http.server.duration", "http.method", metrics));
Assertions.assertTrue(hasMetricWithAttribute("http.server.duration", "http.route", metrics));
Assertions.assertFalse(hasMetricWithAttribute("http.server.duration", "http.route", metrics));
Assertions.assertFalse(
hasMetricWithAttribute("http.server.duration", "net.sock.peer.addr", metrics));
Assertions.assertFalse(
Expand Down

0 comments on commit aca5f12

Please sign in to comment.