Skip to content
Snippets Groups Projects
Commit 3a5e018a4d6b authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

Exception view cover all routes

Some routes, like delete_entity, where not covered by our exception views.
Since a json request would probably prefer a problem+json response instead of
an html error we can match all routes here.

Add a test for DELETE, this required to add modify the cardinality of
in_library relation to get an ValidationError raised by cw_delete().
parent 1029265c1526
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment