From a2532734b8729842505de25af252ca04be4fc4f3 Mon Sep 17 00:00:00 2001 From: Ivan Paramonau Date: Thu, 11 Jul 2024 21:14:19 -0400 Subject: [PATCH] tests: fix Spotify --- plugins/domains/spotify.com.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/domains/spotify.com.js b/plugins/domains/spotify.com.js index 415705c8c..52f4db933 100644 --- a/plugins/domains/spotify.com.js +++ b/plugins/domains/spotify.com.js @@ -96,7 +96,7 @@ export default { } }, - tests: [{noFeeds: true}, {skipMethods: ["getData"], skipMixins: ["oembed-iframe", "oembed-thumbnail", "og-image"]}, + tests: [{noFeeds: true}, {skipMethods: ["getData"], skipMixins: ["oembed-iframe", "oembed-thumbnail", "og-image", "oembed-title"]}, "https://open.spotify.com/playlist/44CgBWWr6nlpy7bdZS8ZmN", "http://open.spotify.com/track/6ol4ZSifr7r3Lb2a9L5ZAB", "https://open.spotify.com/playlist/4SsKyjaGlrHJbRCQwpeUsz",