Skip to content

Commit

Permalink
tests: fix Spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Jul 12, 2024
1 parent 6b317d6 commit a253273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/domains/spotify.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a253273

Please sign in to comment.