From 4be0c6ec77802edd7cd03493cc73dfcde50c8a4c Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 26 Oct 2023 23:58:25 +0200 Subject: [PATCH] Update tests --- tests/phpunit/integration/tests/AMP/Sanitization.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/integration/tests/AMP/Sanitization.php b/tests/phpunit/integration/tests/AMP/Sanitization.php index b4261125711a..7b20d70c2a6e 100644 --- a/tests/phpunit/integration/tests/AMP/Sanitization.php +++ b/tests/phpunit/integration/tests/AMP/Sanitization.php @@ -375,7 +375,6 @@ public function test_get_extension_sources(): void { 'amp-powr-player' => 'v0/amp-powr-player-0.1.js', 'amp-reach-player' => 'v0/amp-reach-player-0.1.js', 'amp-recaptcha-input' => 'v0/amp-recaptcha-input-0.1.js', - 'amp-redbull-player' => 'v0/amp-redbull-player-0.1.js', 'amp-reddit' => 'v0/amp-reddit-0.1.js', 'amp-render' => 'v0/amp-render-1.0.js', 'amp-riddle-quiz' => 'v0/amp-riddle-quiz-0.1.js', @@ -418,6 +417,8 @@ public function test_get_extension_sources(): void { 'amp-wordpress-embed' => 'v0/amp-wordpress-embed-1.0.js', 'amp-yotpo' => 'v0/amp-yotpo-0.1.js', 'amp-youtube' => 'v0/amp-youtube-0.1.js', + 'amp-slikeplayer' => 'v0/amp-slikeplayer-0.1.js', + 'amp-story-audio-sticker' => 'v0/amp-story-audio-sticker-0.1.js', ]; foreach ( $sources as $extension => $src ) {