consistently call tests tests, not filters (#68170)

Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
pull/68481/head
Alicia Cozine 4 years ago committed by GitHub
parent 0651e1c25f
commit 9139c1f81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save