mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 10:38:04 +01:00
Remove obsolete "recaptcha"
This commit is contained in:
@@ -18,7 +18,7 @@ import org.whispersystems.textsecuregcm.util.SystemMapper;
|
||||
class AnswerChallengeRequestTest {
|
||||
|
||||
@ParameterizedTest
|
||||
@ValueSource(strings = {"captcha", "recaptcha"})
|
||||
@ValueSource(strings = {"captcha"})
|
||||
void parse(final String type) throws JsonProcessingException {
|
||||
{
|
||||
final String pushChallengeJson = """
|
||||
|
||||
Reference in New Issue
Block a user