Closed thomaspoignant closed 4 years ago
Assertion
{ "comparison": "contains", "property": "schemas", "value": "urn:ietf:params:scim:schemas:core:2.0:User", "source": "response_json" }
on body
{ "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:User" ], "userName": "randomUsername", "name": { "givenName": "randomGivenName", "familyName": "randomFamilyName" }, "emails": [ { "primary": true, "value": "random@email.com", "type": "work" } ], "displayName": "randomGivenName randomFamilyName", "active": true, "id": "id_tcumw" }
return error :
X body.schemas - the comparison contains was not supported for the source
contains should test if the value exist in the array.
contains
Observed behavior
Assertion
on body
return error :
Expected behavior
contains
should test if the value exist in the array.