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: dd-sdk-android-core/src/test/kotlin/com/datadog/android/core/internal/data/upload/DataOkHttpUploaderTest.kt
+61-1Lines changed: 61 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,26 @@ internal class DataOkHttpUploaderTest {
409
409
verifyResponseIsClosed()
410
410
}
411
411
412
+
@Test
413
+
fun`𝕄 return server error 𝕎 upload() {502 bad gateway status}`(
0 commit comments