Skip to content

Commit 0d42fc2

Browse files
authored
Build system: fix e2e tests (prebid#13504)
1 parent 3ef34ae commit 0d42fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fake-server/fake-responder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const matchResponse = function (requestBody) {
2323

2424
// delete the 'uuid'
2525
delete body.uuid;
26+
delete body.tid;
2627
});
2728

2829
['sdk', 'referrer_detection', 'gdpr_consent'].forEach(prop => {

0 commit comments

Comments
 (0)