Skip to content

Commit f1bb637

Browse files
author
NarrowsProjects
committed
add mcreproducable toggle back to test
1 parent 90e1911 commit f1bb637

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/public/Filters/filtersToUrl.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ module.exports = () => {
335335
"filter[muInelasticInteractionRate][operator]": "=",
336336
"filter[muInelasticInteractionRate][limit]": "100000",
337337
"filter[inelasticInteractionRateAvg][operator]": "=",
338-
"filter[inelasticInteractionRateAvg][limit]": "100000"
338+
"filter[inelasticInteractionRateAvg][limit]": "100000",
339+
"filter[detectorsQcNotBadFraction][mcReproducibleAsNotBad]": "false"
339340
});
340341
});
341342

0 commit comments

Comments
 (0)