| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| deleteImageByUrl does nothing when auth user is null |
deleteImageByUrl does nothing when auth user is null |
1 |
0 |
0 |
0.021s |
100% |
| deleteImageByUrl sends Authorization header |
deleteImageByUrl sends Authorization header |
1 |
0 |
0 |
0.030s |
100% |
| deleteImageByUrl sends DELETE request with extracted key |
deleteImageByUrl sends DELETE request with extracted key |
1 |
0 |
0 |
0.026s |
100% |
| deleteImageByUrl swallows exception silently |
deleteImageByUrl swallows exception silently |
1 |
0 |
0 |
0.061s |
100% |
| deleteImageByUrl URL-encodes the key parameter |
deleteImageByUrl URL-encodes the key parameter |
1 |
0 |
0 |
0.021s |
100% |
| uploadImage returns Error on HTTP error response |
uploadImage returns Error on HTTP error response |
1 |
0 |
0 |
0.022s |
100% |
| uploadImage returns Error when network call fails |
uploadImage returns Error when network call fails |
1 |
0 |
0 |
0.034s |
100% |
| uploadImage returns Error when response JSON is missing url field |
uploadImage returns Error when response JSON is missing url field |
1 |
0 |
0 |
0.058s |
100% |
| uploadImage returns Error when response url is empty |
uploadImage returns Error when response url is empty |
1 |
0 |
0 |
0.019s |
100% |
| uploadImage returns Success with URL from worker response |
uploadImage returns Success with URL from worker response |
1 |
0 |
0 |
0.022s |
100% |
| uploadImage sends Authorization header with ID token |
uploadImage sends Authorization header with ID token |
1 |
0 |
0 |
0.563s |
100% |
| uploadImage sends multipart POST to worker upload endpoint |
uploadImage sends multipart POST to worker upload endpoint |
1 |
0 |
0 |
0.021s |
100% |