Skip to content

Commit e1e5914

Browse files
committed
remove serverSideABTests override
1 parent 04ab36b commit e1e5914

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dotcom-rendering/scripts/test-data/gen-fixtures.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,6 @@ requests.push(
334334
delete json.config.userBenefitsApiUrl;
335335
delete json.config.frontendSentryDsn;
336336

337-
json.config.serverSideABTests = {};
338-
339337
const footballMatchListPage = validateAsFootballMatchListPage(json);
340338

341339
// Write the new frontend fixture data
@@ -379,8 +377,6 @@ requests.push(
379377
delete json.config.userBenefitsApiUrl;
380378
delete json.config.frontendSentryDsn;
381379

382-
json.config.serverSideABTests = {};
383-
384380
const cricketMatchData = validateAsCricketMatchPageType(json);
385381

386382
// Write the new frontend fixture data

0 commit comments

Comments
 (0)