Skip to content

Commit

Permalink
[ISSUE #1074]Fix PrometheusConfigurationTest running test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed Aug 2, 2022
1 parent 5420873 commit 0d0b44b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public class PrometheusConfigurationTest {
@Test
public void getEventMeshPrometheusPort() {
int eventMeshPrometheusPort = PrometheusConfiguration.getEventMeshPrometheusPort();
Assert.assertEquals(19091, eventMeshPrometheusPort);
Assert.assertEquals(19090, eventMeshPrometheusPort);
}
}

0 comments on commit 0d0b44b

Please sign in to comment.