diff --git a/tests/modules/js-and-css/optimize-embeds/optimize-oembeds-test.php b/tests/modules/js-and-css/optimize-embeds/optimize-oembeds-test.php index 76a82dae4a..cb4d14210b 100644 --- a/tests/modules/js-and-css/optimize-embeds/optimize-oembeds-test.php +++ b/tests/modules/js-and-css/optimize-embeds/optimize-oembeds-test.php @@ -100,8 +100,8 @@ public function test_oembed_optimize_html_data() { // Scribd embed. array( + '', '', - null, // No change. ), // Crowdsignal / Polldaddy embed. @@ -109,6 +109,12 @@ public function test_oembed_optimize_html_data() { '
', null, // No change. ), + + // YouTube embed. + array( + '', + '', + ), ); } }