1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-22 06:41:22 +00:00

Fix failing recaptcha mapping test

This commit is contained in:
Clippy
2025-10-01 17:24:02 +01:00
committed by GitHub
parent 8856e97c62
commit d9ddc07d4b

View File

@@ -53,7 +53,7 @@ class ErrorInfoCommentsTest {
)
Assert.assertEquals(context.getString(R.string.recaptcha_request_toast), errorInfo.getMessage(context))
Assert.assertEquals(url, errorInfo.recaptchaUrl)
Assert.assertTrue(errorInfo.isReportable)
Assert.assertFalse(errorInfo.isReportable)
Assert.assertTrue(errorInfo.isRetryable)
}
}