diff --git a/toolkit/components/messaging-system/experiments/ExperimentManager.jsm b/toolkit/components/messaging-system/experiments/ExperimentManager.jsm index 77c45f5e89a8..d23d484b08fe 100644 --- a/toolkit/components/messaging-system/experiments/ExperimentManager.jsm +++ b/toolkit/components/messaging-system/experiments/ExperimentManager.jsm @@ -317,7 +317,7 @@ class _ExperimentManager { * that will not enroll the user in the experiment */ async generateTestIds({ slug, branches, namespace, start, count, total }) { - const branchValues = { notInExperiment: null }; + const branchValues = {}; if (!slug || !namespace) { throw new Error(`slug, namespace not in expected format`);