Skip to content

Commit

Permalink
Datablocks Tests: fix failing tests (prebid#7687)
Browse files Browse the repository at this point in the history
* Datablocks Tests: fix failing tests

* take out source
  • Loading branch information
ChrisHuie authored and Chris Pabst committed Jan 10, 2022
1 parent 8e68661 commit 95376cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/spec/modules/datablocksBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ const bidderRequest = {
refererInfo: {
numIframes: 0,
reachedTop: true,
referer: 'https://v5demo.datablocks.net/test',
stack: ['https://v5demo.datablocks.net/test']
referer: 'https://7560.v5demo.datablocks.net/test',
stack: ['https://7560.v5demo.datablocks.net/test']
},
start: Date.now(),
timeout: 10000
Expand Down Expand Up @@ -452,7 +452,7 @@ describe('DatablocksAdapter', function() {

it('Returns valid URL', function() {
expect(request.url).to.exist;
expect(request.url).to.equal('https://7560.v5demo.datablocks.net/openrtb/?sid=7560');
expect(request.url).to.equal('https://v5demo.datablocks.net/openrtb/?sid=7560');
});

it('Creates an array of request objects', function() {
Expand Down

0 comments on commit 95376cd

Please sign in to comment.