For example: `kci-dev results test --id 'maestro:test' --json` will fail because there ir no test with that id. The command returns ``` json error: Test not found ``` but it should return ``` {"error": "Test not found"} ```