* @testcase utc_mediavision_mv_inference_configure_n
* @since_tizen 5.5
* @description Configure inference handle,
- * but fail because the pathes are invalid
+ * but fail because the invalid value is set
*/
int utc_mediavision_mv_inference_configure_n2(void)
{
assert_eq(MEDIA_VISION_ERROR_NONE, ret);
ret = mv_inference_configure(gInferenceHandle, gEngineConfigHandle);
- assert_eq(MEDIA_VISION_ERROR_NOT_SUPPORTED_FORMAT, ret);
+ assert_eq(MEDIA_VISION_ERROR_INVALID_PARAMETER, ret);
printf("Before return mv_inference_configure_n2\n");
return 0;