We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ab36b commit e1e5914Copy full SHA for e1e5914
dotcom-rendering/scripts/test-data/gen-fixtures.js
@@ -334,8 +334,6 @@ requests.push(
334
delete json.config.userBenefitsApiUrl;
335
delete json.config.frontendSentryDsn;
336
337
- json.config.serverSideABTests = {};
338
-
339
const footballMatchListPage = validateAsFootballMatchListPage(json);
340
341
// Write the new frontend fixture data
@@ -379,8 +377,6 @@ requests.push(
379
377
380
378
381
382
383
384
const cricketMatchData = validateAsCricketMatchPageType(json);
385
386
0 commit comments