Skip to content

Commit

Permalink
Michao Bid Adapter: Tests are supported for out-stream renderer URL v…
Browse files Browse the repository at this point in the history
…ersion specification
  • Loading branch information
hogekai committed Dec 29, 2024
1 parent ac07297 commit 2d6f8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/michaoBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ describe('Michao Bid Adapter', () => {
const result = spec.interpretResponse(videoServerResponse, request[0]);

expect(result[0].renderer.url).to.equal(
'https://cdn.jsdelivr.net/npm/in-renderer-js@latest/dist/in-video-renderer.umd.min.js'
'https://cdn.jsdelivr.net/npm/in-renderer-js@1.0.6/dist/in-video-renderer.umd.min.js'
);
});

Expand Down

0 comments on commit 2d6f8b5

Please sign in to comment.