File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ module.exports = () => {
572572 } ) ;
573573 } ) ;
574574
575- it ( 'should return 400 when stableBeamEnd filters are strings "from" is greater than "to" ' , ( done ) => {
575+ it ( 'should return 400 when stableBeamStart filters are strings' , ( done ) => {
576576 request ( server )
577577 . get ( '/api/lhcFills?page[offset]=0&page[limit]=15&filter[stableBeamsStart][from]=bogus&filter[stableBeamsStart][to]=bogus' )
578578 . expect ( 400 )
@@ -594,7 +594,7 @@ module.exports = () => {
594594 } ) ;
595595 } ) ;
596596
597- it ( 'should return 400 when stableBeamEnd filters are strings "from" is greater than "to" ' , ( done ) => {
597+ it ( 'should return 400 when stableBeamEnd filters are strings' , ( done ) => {
598598 request ( server )
599599 . get ( '/api/lhcFills?page[offset]=0&page[limit]=15&filter[stableBeamsEnd][from]=bogus&filter[stableBeamsEnd][to]=bogus' )
600600 . expect ( 400 )
You can’t perform that action at this time.
0 commit comments