Skip to content

Commit 0746e32

Browse files
authored
Update smoke-tests/apps/HttpClients/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/HttpClientTest.java
1 parent 6f0a32c commit 0746e32

File tree

1 file changed

+1
-0
lines changed
  • smoke-tests/apps/HttpClients/src/smokeTest/java/com/microsoft/applicationinsights/smoketest

1 file changed

+1
-0
lines changed

smoke-tests/apps/HttpClients/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/HttpClientTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ private static void verify(String successUrlWithQueryString) throws Exception {
8787
.hasSuccess(true)
8888
.hasProperty("_MS.ProcessedByMetricExtractors", "True")
8989
.hasNoParent()
90+
// TODO (trask) add this check in all smoke tests?
9091
.hasNoSampleRate()
9192
.hasTag("ai.operation.name", "GET /HttpClients/*"))
9293
.hasDependencySatisying(

0 commit comments

Comments
 (0)