Skip to content

Commit

Permalink
update predictionId/configId format in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhhuang-appier committed Apr 12, 2019
1 parent 4beca7e commit 62822d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec/modules/appierAnalyticsAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import * as ajax from 'src/ajax';
const events = require('src/events');

const affiliateId = 'WhctHaViHtI';
const configId = 'd9cc9a9b-e9b2-40ed-a17c-f1c9a8a4b29c';
const configId = 'd9cc9a9be9b240eda17cf1c9a8a4b29c';
const serverUrl = 'https://analytics.server.url/v1';
const autoPick = 'none';
const predictionId = 'none';
const predictionId = '2a91ca5de54a4a2e89950af439f7a27f';
const auctionId = 'b0b39610-b941-4659-a87c-de9f62d3e13e';

describe('Appier Prebid AnalyticsAdapter', function () {
Expand Down

0 comments on commit 62822d9

Please sign in to comment.