Skip to content

Commit

Permalink
Update FB devices, fix Cronet test (#2787)
Browse files Browse the repository at this point in the history
* Update FB devices, fix Cronet test

* Use Android 15 Pixel device

* Use Pixel with API 33
  • Loading branch information
kiryldz authored Oct 10, 2024
1 parent fbb0da9 commit cf9d48c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class ObservableEventsTest : BaseMapTest() {
assertNotNull(eventData.timestamp.time)
assertEquals(MapLoadingErrorType.STYLE, eventData.type)
assertEquals(
"Failed to load style: Unable to resolve host \"wrongurl\": No address associated with hostname",
"Failed to load style: Couldn't connect to server: Exception in CronetUrlRequest: net::ERR_NAME_NOT_RESOLVED, ErrorCode=1, InternalErrorCode=-105, Retryable=false",
eventData.message
)
latch.countDown()
Expand Down

0 comments on commit cf9d48c

Please sign in to comment.