summaryrefslogtreecommitdiff
path: root/doc/development/spam_protection_and_captcha/exploratory_testing.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/spam_protection_and_captcha/exploratory_testing.md')
-rw-r--r--doc/development/spam_protection_and_captcha/exploratory_testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/spam_protection_and_captcha/exploratory_testing.md b/doc/development/spam_protection_and_captcha/exploratory_testing.md
index fe5c1c3db56..b2d780b1563 100644
--- a/doc/development/spam_protection_and_captcha/exploratory_testing.md
+++ b/doc/development/spam_protection_and_captcha/exploratory_testing.md
@@ -353,8 +353,8 @@ GraphQL response:
}
```
-### Scenario: `allow_possible_spam` feature flag enabled
+### Scenario: `allow_possible_spam` application setting enabled
-With the `allow_possible_spam` feature flag enabled, the API returns a 200 response. Any
+With the `allow_possible_spam` application setting enabled, the API returns a 200 response. Any
valid request is successful and no CAPTCHA is presented, even if the request is considered
spam.