Skip to content

Commit 702f856

Browse files
authored
Update bliinkBidAdapter_spec.js: fix test (#13437)
this is already in the 10 branch, still fails in master
1 parent 3ce5b39 commit 702f856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/modules/bliinkBidAdapter_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ describe('BLIINK Adapter keywords & coppa true', function () {
11321132
url: BLIINK_ENDPOINT_ENGINE,
11331133
data: {
11341134
domLoadingDuration,
1135-
ect: connectionType,
1135+
ect: getEffectiveConnectionType(),
11361136
gdpr: true,
11371137
coppa: 1,
11381138
gdprConsent: 'XXXX',

0 commit comments

Comments
 (0)