Skip to content

Commit 42de7f8

Browse files
Copilottrask
andcommitted
Remove redundant post body processing after Awaitility verification
Co-authored-by: trask <[email protected]>
1 parent 6f19f8e commit 42de7f8

File tree

1 file changed

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

1 file changed

+0
-7
lines changed

smoke-tests/apps/LiveMetrics/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/LiveMetricsTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ void testTelemetryDataFlow() throws java.lang.Exception {
7070
&& tempVerifier.hasDependency()
7171
&& tempVerifier.hasRequest();
7272
});
73-
74-
List<String> postBodies = testing.mockedIngestion.getPostBodies();
75-
assertThat(postBodies).hasSizeGreaterThan(0); // should post at least once
76-
77-
for (String postBody : postBodies) {
78-
postBodyVerifier.searchPostBody(postBody);
79-
}
8073
}
8174

8275
class PostBodyVerifier {

0 commit comments

Comments
 (0)