finestructure / finestructure/Rester
Keeps executing on error
Open
- Dominant language
- Swift
- Stars
- 44
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```
❌ get document FAILED : json invalid: key 'links' validation error: key 'url_root' validation error: ("http://dev.vbox.space/api") does not match (https://\w+\.vbox\.space/api)
🎬 get media started ...
✅ get media PASSED (0.399s)
🎬 get media via links started ...
✅ get media via links PASSED (0.389s)
🎬 document 2 started ...
id: "6988f8f3-1739-4987-b3c3-4a6240a8dbbc"
✅ document 2 PASSED (0.563s)
🎬 document 3 started ...
...
```
The error report and the status code are reported correctly but we shoudn't continue executing once validation has failed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.