Skip to content

Commit 05c9a80

Browse files
committed
fix
1 parent f8e369e commit 05c9a80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest/SmokeTestExtension.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ private void clearOutAnyInitLogs() throws Exception {
289289
.untilAsserted(
290290
() ->
291291
assertThat(
292-
mockedIngestion.getLiveMetrics().getRequestCount("GET " + contextRootUrl))
292+
mockedIngestion
293+
.getLiveMetrics()
294+
.getRequestCount("GET /" + getAppContext()))
293295
.isEqualTo(1));
294296

295297
System.out.println("Clearing any RequestData from health check.");

0 commit comments

Comments
 (0)