Skip to content

Commit cf9d48c

Browse files
authored
Update FB devices, fix Cronet test (#2787)
* Update FB devices, fix Cronet test * Use Android 15 Pixel device * Use Pixel with API 33
1 parent fbb0da9 commit cf9d48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/java/com/mapbox/maps/testapp/observable/ObservableEventsTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class ObservableEventsTest : BaseMapTest() {
124124
assertNotNull(eventData.timestamp.time)
125125
assertEquals(MapLoadingErrorType.STYLE, eventData.type)
126126
assertEquals(
127-
"Failed to load style: Unable to resolve host \"wrongurl\": No address associated with hostname",
127+
"Failed to load style: Couldn't connect to server: Exception in CronetUrlRequest: net::ERR_NAME_NOT_RESOLVED, ErrorCode=1, InternalErrorCode=-105, Retryable=false",
128128
eventData.message
129129
)
130130
latch.countDown()

0 commit comments

Comments
 (0)