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 f8e369e commit 05c9a80Copy full SHA for 05c9a80
smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest/SmokeTestExtension.java
@@ -289,7 +289,9 @@ private void clearOutAnyInitLogs() throws Exception {
289
.untilAsserted(
290
() ->
291
assertThat(
292
- mockedIngestion.getLiveMetrics().getRequestCount("GET " + contextRootUrl))
+ mockedIngestion
293
+ .getLiveMetrics()
294
+ .getRequestCount("GET /" + getAppContext()))
295
.isEqualTo(1));
296
297
System.out.println("Clearing any RequestData from health check.");
0 commit comments