You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* cleaned up MockRelay, removing requests that are not envelopes (we don't have such)
* added a check to discard already received envelopes, sent twice for any reason)
Copy file name to clipboardExpand all lines: sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/EnvelopeTests.kt
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ class EnvelopeTests : BaseUiTest() {
42
42
assertTrue(event.message?.formatted =="Message captured during test")
43
43
}
44
44
assertNoOtherEnvelopes()
45
-
assertNoOtherRequests()
46
45
}
47
46
}
48
47
@@ -170,7 +169,6 @@ class EnvelopeTests : BaseUiTest() {
170
169
assertNotNull(transactionData)
171
170
}
172
171
assertNoOtherEnvelopes()
173
-
assertNoOtherRequests()
174
172
}
175
173
}
176
174
@@ -205,7 +203,6 @@ class EnvelopeTests : BaseUiTest() {
Copy file name to clipboardExpand all lines: sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/SdkInitTests.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,6 @@ class SdkInitTests : BaseUiTest() {
Copy file name to clipboardExpand all lines: sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/mockservers/MockRelay.kt
Copy file name to clipboardExpand all lines: sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/mockservers/RelayAsserter.kt
0 commit comments