fix-test-doc-verify-like (#13049)

* fix env vars according to tests/util/verify.sh
This commit is contained in:
SRodi 2023-04-14 14:36:36 +01:00 committed by GitHub
parent 5705e8d69a
commit 26a64c0781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ expected output. The framework includes the following built-in verify functions:
1. different elapsed time values (e.g., `30s` is like `5m`)
1. different ip values (e.g., `172.21.0.1` is like `10.0.0.31`). Disallows
`<none>` and `<pending>` by default. This can be customized by setting
the `ALLOW_NONE_IP` and `ALLOW_PENDING_IP` environment variables,
the `CMP_MATCH_IP_NONE` and `CMP_MATCH_IP_PENDING` environment variables,
respectively.
1. prefix match ending with a dash character (e.g., `reviews-v1-12345...` is like `reviews-v1-67890...`)
1. expected `...` is a wildcard token, matches anything