diff --git a/docs/content/modeling/testing-models.mdx b/docs/content/modeling/testing-models.mdx index 75c70e2c3..51e2fff39 100644 --- a/docs/content/modeling/testing-models.mdx +++ b/docs/content/modeling/testing-models.mdx @@ -165,7 +165,7 @@ Each list users verification has the following structure: |`assertions` | A list of assertions to make | |`` | The name of the relation you want to verify | |`.users` | The users who should have the stated relation to the object | -|`.excluded_users` | The users who should have explicitly not have access to the object due to evaluations of typed wildcards and negation | +|`.excluded_users` | The users who should have explicitly not have access to the object due to evaluations of type bound public access and negation (e.g. "all users except anne") | In order to simplify test writing, the following syntax is supported for the various object types included in `users` and `excluded_users` from the API response: