Skip to content

Commit 7a99935

Browse files
Copilottrask
andcommitted
Remove redundant assertions from LiveMetrics test - Awaitility block already ensures conditions
Co-authored-by: trask <[email protected]>
1 parent 157889b commit 7a99935

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

buildSrc/.kotlin/sessions/kotlin-compiler-11942460071141257730.salive

Whitespace-only changes.

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ void testTelemetryDataFlow() throws java.lang.Exception {
7777
for (String postBody : postBodies) {
7878
postBodyVerifier.searchPostBody(postBody);
7979
}
80-
81-
assertThat(postBodyVerifier.hasExceptionDoc()).isTrue();
82-
assertThat(postBodyVerifier.hasTraceDoc()).isTrue();
83-
assertThat(postBodyVerifier.hasDependency()).isTrue();
84-
assertThat(postBodyVerifier.hasRequest()).isTrue();
8580
}
8681

8782
class PostBodyVerifier {

0 commit comments

Comments
 (0)