When a VuMark instance generation request is made via POST /targets/<target-id>/instances with a target ID that does not exist in the database, the mock should return an UnknownTargetError response.
Currently, the request results in a ConnectionError because no route matches.
See the xfail test in vws-cli: VWS-Python/vws-cli#1968
When a VuMark instance generation request is made via
POST /targets/<target-id>/instanceswith a target ID that does not exist in the database, the mock should return anUnknownTargetErrorresponse.Currently, the request results in a
ConnectionErrorbecause no route matches.See the xfail test in vws-cli: VWS-Python/vws-cli#1968