consistently call tests tests, not filters (#68170)
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
This commit is contained in:
parent
0651e1c25f
commit
9139c1f81d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue