diff --git a/tests/platform_tests/files/invalid_value_policy.json b/tests/platform_tests/files/invalid_value_policy.json index 95cee699f25..9793326f452 100644 --- a/tests/platform_tests/files/invalid_value_policy.json +++ b/tests/platform_tests/files/invalid_value_policy.json @@ -19,6 +19,10 @@ } ], "actions": [ + { + "type": "fan.all.set_speed", + "speed": "-1" + }, { "type": "fan.all.set_speed", "speed": "-1" @@ -26,4 +30,4 @@ ] } ] -} \ No newline at end of file +}