Fixed: ZimFileRendering test was failing.

* This was due to a new `climate_change_mini` ZIM file being uploaded yesterday. Our URL was now downloading this new ZIM file instead of the previous one, while our test case was written for the old ZIM file to check its rendering.
* To fix this, we have provided the direct URL of our ZIM file so that it works correctly.
This commit is contained in:
MohitMaliFtechiz 2025-03-07 11:12:04 +05:30
parent f96ab4d44d
commit 415076665a

View File

@ -224,7 +224,7 @@ class KiwixReaderFragmentTest : BaseActivityTest() {
Request.Builder()
.url(
URI.create(
"https://download.kiwix.org/zim/wikipedia_fr_climate_change_mini.zim"
"https://download.kiwix.org/zim/wikipedia/wikipedia_fr_climate_change_mini_2023-05.zim"
).toURL()
).build()