From 1ea8d69b402d43efa09a31d518d02cdf2350a086 Mon Sep 17 00:00:00 2001 From: Ameya Lokare Date: Wed, 23 Oct 2024 09:56:41 -0700 Subject: [PATCH] Update captcha string in local testing doc --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index 1ece4c856..87fd216f8 100644 --- a/TESTING.md +++ b/TESTING.md @@ -20,7 +20,7 @@ goal with the `test-server` profile activated: This runs [`LocalWhisperServerService`][lwss] with [test configuration][test.yml] and [secrets][test secrets]. External registration clients are stubbed so that: -- a captcha requirement can be satisfied with `test.test.registration.test` +- a captcha requirement can be satisfied with `noop.noop.registration.noop` - any string will be accepted for a phone verification code [lwss]: service/src/test/java/org/whispersystems/textsecuregcm/LocalWhisperServerService.java