From 9139c1f81d719e4ead2fa3d23ef2c7877ed32179 Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Wed, 25 Mar 2020 20:31:29 -0500 Subject: [PATCH] consistently call tests tests, not filters (#68170) Co-authored-by: Alicia Cozine --- docs/docsite/rst/user_guide/playbooks_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_tests.rst b/docs/docsite/rst/user_guide/playbooks_tests.rst index 94df39b2feb..38a0d959752 100644 --- a/docs/docsite/rst/user_guide/playbooks_tests.rst +++ b/docs/docsite/rst/user_guide/playbooks_tests.rst @@ -37,7 +37,7 @@ Such as:: Testing strings =============== -To match strings against a substring or a regular expression, use the ``match``, ``search`` or ``regex`` filters:: +To match strings against a substring or a regular expression, use the ``match``, ``search`` or ``regex`` tests:: vars: url: "http://example.com/users/foo/resources/bar"