Skip to content

Commit f8e369e

Browse files
committed
fix
1 parent ec76249 commit f8e369e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ private void clearOutAnyInitLogs() throws Exception {
288288
await()
289289
.untilAsserted(
290290
() ->
291-
assertThat(mockedIngestion.getLiveMetrics().getRequestCount("GET /"))
291+
assertThat(
292+
mockedIngestion.getLiveMetrics().getRequestCount("GET " + contextRootUrl))
292293
.isEqualTo(1));
293294

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

0 commit comments

Comments
 (0)