| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| createUser returns Error on 409 conflict |
createUser returns Error on 409 conflict |
1 |
0 |
0 |
0.021s |
100% |
| createUser returns uniqueId on success |
createUser returns uniqueId on success |
1 |
0 |
0 |
0.012s |
100% |
| createUser sends all fields in request body |
createUser sends all fields in request body |
1 |
0 |
0 |
0.022s |
100% |
| forceRefreshToken clears api client token cache |
forceRefreshToken clears api client token cache |
1 |
0 |
0 |
0.169s |
100% |
| linkProvider calls correct endpoint |
linkProvider calls correct endpoint |
1 |
0 |
0 |
0.012s |
100% |
| linkProvider sends provider and identifier in body |
linkProvider sends provider and identifier in body |
1 |
0 |
0 |
0.017s |
100% |
| resolveIdentity returns Deactivated for unlinked identity |
resolveIdentity returns Deactivated for unlinked identity |
1 |
0 |
0 |
0.040s |
100% |
| resolveIdentity returns Error on network failure |
resolveIdentity returns Error on network failure |
1 |
0 |
0 |
0.021s |
100% |
| resolveIdentity returns Found with uniqueId for existing identity |
resolveIdentity returns Found with uniqueId for existing identity |
1 |
0 |
0 |
0.031s |
100% |
| resolveIdentity returns NotFound when identity not in system |
resolveIdentity returns NotFound when identity not in system |
1 |
0 |
0 |
0.019s |
100% |
| resolveIdentity sends correct provider and identifier in body |
resolveIdentity sends correct provider and identifier in body |
1 |
0 |
0 |
0.016s |
100% |
| unlinkProvider calls correct endpoint with DELETE |
unlinkProvider calls correct endpoint with DELETE |
1 |
0 |
0 |
0.014s |
100% |