Skip to content

Commit e157e08

Browse files
author
NarrowsProjects
committed
fix for runtype test
1 parent f3749c3 commit e157e08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/public/Filters/filtersToUrl.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ module.exports = () => {
228228
"filter[runDuration][operator]": "=",
229229
"filter[runDuration][limit]": "90000000",
230230
"filter[environmentIds]": "Dxi029djX, TDI59So3d",
231-
"filter[runTypes][]": "2",
232-
"filter[beamModes][]": "NO BEAM",
231+
"filter[runTypes]": "2",
232+
"filter[beamModes]": "NO BEAM",
233233
"filter[runQualities]": "bad",
234234
"filter[nDetectors][operator]": "=",
235235
"filter[nDetectors][limit]": "1",
@@ -351,7 +351,7 @@ module.exports = () => {
351351
"page": "data-passes-per-lhc-period-overview",
352352
"lhcPeriodId": "2",
353353
"filter[names][]": "LHC22b_apass1",
354-
"filter[include][byName]": "test"
354+
"filter[permittedNonPhysicsNames]": "test"
355355
});
356356
});
357357

@@ -366,7 +366,7 @@ module.exports = () => {
366366
"page": "data-passes-per-simulation-pass-overview",
367367
"simulationPassId": "1",
368368
"filter[names][]": "LHC22b_apass1",
369-
"filter[include][byName]": "test"
369+
"filter[permittedNonPhysicsNames]": "test"
370370
});
371371
});
372372

0 commit comments

Comments
 (0)