Skip to content

Commit 2ac8726

Browse files
author
Domonkos Gulyas
committed
Remove trailing / from test andpoint
1 parent dc6b3ba commit 2ac8726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/phoebus/channelfinder/MetricsServiceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
})
4444
class MetricsServiceIT {
4545

46-
public static final String METRICS_ENDPOINT = "/actuator/metrics/";
46+
public static final String METRICS_ENDPOINT = "/actuator/metrics";
4747
public static final String PROPERTY_NAME = "testProperty";
4848
public static final String OWNER = "testOwner";
4949
public static final String TAG_NAME = "testTag";

0 commit comments

Comments
 (0)