Skip to content

Commit

Permalink
Modified for getBidRequestData test case
Browse files Browse the repository at this point in the history
  • Loading branch information
MSubik committed Feb 24, 2025
2 parents f35311a + 0400701 commit e1c592b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/overtoneRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Navigate to https://docs.prebid.org/download.html and select the box labeled Ove

Direct link to the Overtone module in the Prebid.js repository:

The client must provide Overtone with all the domains using the prebid module to whitelist those domains. Failure to whitelist domains will result in an invalid request to the Overtone Contextual API.
The client must provide Overtone with all the addresses using the Prebid module to whitelist those domains. Failure to whitelist addresses will result in an invalid request to the Overtone Contextual API.


## Functionality
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/overtoneRtdProvider_spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai';
import sinon from 'sinon';
import { overtoneModule, overtoneRtdProvider } from '../../../modules/overtoneRtdProvider.js';
import { logMessage } from '../../../src/utils.js';

const TEST_URLS = {
success: 'https://www.theguardian.com/film/2024/nov/15/duncan-cowles-silent-men-interview',
fail: 'https://www.nytimes.com',
Expand Down

0 comments on commit e1c592b

Please sign in to comment.