Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jshemas committed Feb 29, 2024
1 parent 4f58bb9 commit 1d56b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/spotify.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ describe('spotify', function () {
expect(result.ogSiteName).to.be.eql('Spotify');
expect(result.ogLocale).to.be.eql('en');
expect(result.ogImage).to.be.eql([{
url: 'https://i.scdn.co/image/ab6761610000e5eb867008a971fae0f4d913f63a',
url: 'https://i.scdn.co/image/ab6761610000e5eb6e835a500e791bf9c27a422a',
}]);
expect(result.twitterImage).to.be.eql([{
url: 'https://i.scdn.co/image/ab6761610000e5eb867008a971fae0f4d913f63a',
url: 'https://i.scdn.co/image/ab6761610000e5eb6e835a500e791bf9c27a422a',
}]);
expect(result.requestUrl).to.be.eql('https://open.spotify.com/artist/5K4W6rqBFWDnAN6FQUkS6x');
expect(result.charset).to.be.eql('utf-8');
Expand Down

0 comments on commit 1d56b01

Please sign in to comment.