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
Copy file name to clipboardExpand all lines: sentry-android-integration-tests/sentry-uitest-android/src/androidTest/java/io/sentry/uitest/android/BaseUiTest.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ abstract class BaseUiTest {
25
25
/** Application context for the current test. */
26
26
protectedlateinitvar context:Context
27
27
28
+
// The mockDsn cannot be changed. If a custom dsn needs to be used, it can be set in the options as usual
28
29
/** Mock dsn used to send envelopes to our mock [relay] server. */
29
30
protectedlateinitvar mockDsn:String
30
31
// The mockDsn cannot be changed. If a custom dsn needs to be used, it can be set in the options as usual
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