From 0664c5a21ff044bb15e9a7ffea341f0c1dad4b09 Mon Sep 17 00:00:00 2001 From: Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com> Date: Tue, 7 Nov 2023 20:41:27 -0800 Subject: [PATCH] Adjusting expected error msg (#6517) --- .../autofill_noplatform/python/input_wrong_property/expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/L0_model_config/autofill_noplatform/python/input_wrong_property/expected b/qa/L0_model_config/autofill_noplatform/python/input_wrong_property/expected index 9b34c74b2b..c91f4599ee 100644 --- a/qa/L0_model_config/autofill_noplatform/python/input_wrong_property/expected +++ b/qa/L0_model_config/autofill_noplatform/python/input_wrong_property/expected @@ -1 +1 @@ -input 'INPUT1' in auto-complete-config function for model 'input_wrong_property' contains property other than 'name', 'data_type' and 'dims'. +input 'INPUT1' in auto-complete-config function for model 'input_wrong_property' contains property other than 'name', 'data_type', 'dims' and 'optional'.