mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-03 09:49:21 +02:00
Fix failing recaptcha mapping test
This commit is contained in:
parent
8856e97c62
commit
d9ddc07d4b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class ErrorInfoCommentsTest {
|
||||||
)
|
)
|
||||||
Assert.assertEquals(context.getString(R.string.recaptcha_request_toast), errorInfo.getMessage(context))
|
Assert.assertEquals(context.getString(R.string.recaptcha_request_toast), errorInfo.getMessage(context))
|
||||||
Assert.assertEquals(url, errorInfo.recaptchaUrl)
|
Assert.assertEquals(url, errorInfo.recaptchaUrl)
|
||||||
Assert.assertTrue(errorInfo.isReportable)
|
Assert.assertFalse(errorInfo.isReportable)
|
||||||
Assert.assertTrue(errorInfo.isRetryable)
|
Assert.assertTrue(errorInfo.isRetryable)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue