aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/test/java/ai
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-28 09:35:49 +0200
committerjonmv <venstad@gmail.com>2022-10-28 09:35:49 +0200
commit752f290e434989d2bc49b707c7418c858e3953dc (patch)
treee1163c4232181123700a22b1f9222b0acb01b1ea /metrics-proxy/src/test/java/ai
parentd092241882ffbcee42d707ac364a39221bbe3990 (diff)
Abandon in-flight metrics requests on deconstruct
Diffstat (limited to 'metrics-proxy/src/test/java/ai')
-rw-r--r--metrics-proxy/src/test/java/ai/vespa/metricsproxy/http/application/NodeMetricsClientTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics-proxy/src/test/java/ai/vespa/metricsproxy/http/application/NodeMetricsClientTest.java b/metrics-proxy/src/test/java/ai/vespa/metricsproxy/http/application/NodeMetricsClientTest.java
index f9f5c96e598..0d3782a6e51 100644
--- a/metrics-proxy/src/test/java/ai/vespa/metricsproxy/http/application/NodeMetricsClientTest.java
+++ b/metrics-proxy/src/test/java/ai/vespa/metricsproxy/http/application/NodeMetricsClientTest.java
@@ -32,7 +32,7 @@ import static org.junit.Assert.assertTrue;
/**
* Two optimizations worth noting:
- *
+ * <p>
* 1. Using a ClassRule for the wire mocking means it is reused between test methods.
* 2. Configuring stubs on the rule is faster than using the static WireMock.stubFor method.
*