diff --git a/test_data/regression_test_data/video/video_with_controls.json b/test_data/regression_test_data/video/video_with_controls.json index 2e087d2ca..a7f1faaa1 100644 --- a/test_data/regression_test_data/video/video_with_controls.json +++ b/test_data/regression_test_data/video/video_with_controls.json @@ -2,12 +2,12 @@ "templates": { "control_button": { "type": "image", - "height": { - "type": "fixed", - "value": 44 + "aspect": { + "ratio": 1 }, "width": { - "type": "wrap_content" + "type": "fixed", + "value": 44 } } },