Skip to content

Commit

Permalink
fix playdigo unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymTeqBlaze committed Jan 23, 2025
1 parent c3e5d09 commit bdaaaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/playdigoBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('PlaydigoBidAdapter', function () {
});

it('Returns valid URL', function () {
expect(serverRequest.url).to.equal('http://localhost:3000');
expect(serverRequest.url).to.equal('https://server.playdigo.com/pbjs');
});

it('Returns general data valid', function () {
Expand Down

0 comments on commit bdaaaa1

Please sign in to comment.