Closed cake-lier closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
27ebe3e
) 75.27% compared to head (e1f2640
) 75.32%. Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes the bug for which the deletion of body artifacts was not correctly handled.
Since the extraction of the artifact URIs was considering only the ones following the format "/workspaces/:wkspid/artifacts/:artid," body artifacts URI generated an exception when deleted. After the change, the deletion handler in the RDFStore verticle also considers resources with URIs like "/workspaces/:wkspid/agents/:agt."
This PR addresses also:
Closes #16