summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fledge/tentative/join-leave-ad-interest-group.https.window.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fledge/tentative/join-leave-ad-interest-group.https.window.js')
-rw-r--r--testing/web-platform/tests/fledge/tentative/join-leave-ad-interest-group.https.window.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/web-platform/tests/fledge/tentative/join-leave-ad-interest-group.https.window.js b/testing/web-platform/tests/fledge/tentative/join-leave-ad-interest-group.https.window.js
index b5dfe025bf..02148ef36b 100644
--- a/testing/web-platform/tests/fledge/tentative/join-leave-ad-interest-group.https.window.js
+++ b/testing/web-platform/tests/fledge/tentative/join-leave-ad-interest-group.https.window.js
@@ -231,31 +231,31 @@ const SIMPLE_JOIN_LEAVE_TEST_CASES = [
biddingWasmHelperURL: 'relative/path' }
},
- // "dailyUpdateUrl" tests
+ // "updateURL" tests
{ expectJoinSucces: true,
expectLeaveSucces: true,
interestGroup: { ...BASE_INTEREST_GROUP,
- dailyUpdateUrl: null }
+ updateURL: null }
},
{ expectJoinSucces: false,
expectLeaveSucces: true,
interestGroup: { ...BASE_INTEREST_GROUP,
- dailyUpdateUrl: 'https://{{hosts[][www]}}/foo.js' }
+ updateURL: 'https://{{hosts[][www]}}/foo.js' }
},
{ expectJoinSucces: false,
expectLeaveSucces: true,
interestGroup: { ...BASE_INTEREST_GROUP,
- dailyUpdateUrl: 'data:application/wasm,Foo' }
+ updateURL: 'data:application/wasm,Foo' }
},
{ expectJoinSucces: true,
expectLeaveSucces: true,
interestGroup: { ...BASE_INTEREST_GROUP,
- dailyUpdateUrl: `${window.location.origin}/foo.js`}
+ updateURL: `${window.location.origin}/foo.js`}
},
{ expectJoinSucces: true,
expectLeaveSucces: true,
interestGroup: { ...BASE_INTEREST_GROUP,
- dailyUpdateUrl: 'relative/path' }
+ updateURL: 'relative/path' }
},
// "executionMode" tests