We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec76249 commit f8e369eCopy full SHA for f8e369e
smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest/SmokeTestExtension.java
@@ -288,7 +288,8 @@ private void clearOutAnyInitLogs() throws Exception {
288
await()
289
.untilAsserted(
290
() ->
291
- assertThat(mockedIngestion.getLiveMetrics().getRequestCount("GET /"))
+ assertThat(
292
+ mockedIngestion.getLiveMetrics().getRequestCount("GET " + contextRootUrl))
293
.isEqualTo(1));
294
295
System.out.println("Clearing any RequestData from health check.");
0 commit comments