Bug 1654365 - Fix intermittent test failure due to notInExperiment as null r=k88hudson

Differential Revision: https://phabricator.services.mozilla.com/D84600
This commit is contained in:
Punam Dahiya 2020-07-24 17:55:36 +00:00
Родитель 01dd7f71f9
Коммит d2c028c682
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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`);