diff --git a/src/bindings/python/tests/test_runtime/test_properties.py b/src/bindings/python/tests/test_runtime/test_properties.py index 08d98a4282fda1..d5c253a101baf1 100644 --- a/src/bindings/python/tests/test_runtime/test_properties.py +++ b/src/bindings/python/tests/test_runtime/test_properties.py @@ -195,7 +195,7 @@ def test_properties_ro(ov_property_ro, expected_value): ), ( properties.intel_cpu.sparse_weights_decompression_rate, - "SPARSE_WEIGHTS_DECOMPRESSION_RATE", + "CPU_SPARSE_WEIGHTS_DECOMPRESSION_RATE", ( (0.1, np.float32(0.1)), (2.0, 2.0),