Skip to content

Commit 0f009a6

Browse files
committed
Fix
1 parent 7a053fb commit 0f009a6

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

smoke-tests/apps/gRPC/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/GrpcTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ void doConversationTest() {
174174
entry("operation/synthetic", "False"),
175175
entry("cloud/roleInstance", "testroleinstance"),
176176
entry("cloud/roleName", "testrolename"),
177-
entry("_MS.IsAutocollected", "True")));
177+
entry("_MS.IsAutocollected", "True"),
178+
entry("_MS.SentToAMW", "False")));
178179
}
179180

180181
@Environment(JAVA_8)

0 commit comments

Comments
 (0)