@@ -405,8 +405,8 @@ var test03ContentDiscovery = func() {
405405 BeNumerically (">=" , 200 ),
406406 BeNumerically ("<" , 300 ),
407407 ),
408- Equal (http .StatusMethodNotAllowed ),
409408 Equal (http .StatusNotFound ),
409+ Equal (http .StatusMethodNotAllowed ),
410410 ))
411411 }
412412 })
@@ -423,6 +423,7 @@ var test03ContentDiscovery = func() {
423423 BeNumerically (">=" , 200 ),
424424 BeNumerically ("<" , 300 ),
425425 ),
426+ Equal (http .StatusNotFound ),
426427 Equal (http .StatusMethodNotAllowed ),
427428 ))
428429 })
@@ -438,6 +439,7 @@ var test03ContentDiscovery = func() {
438439 BeNumerically (">=" , 200 ),
439440 BeNumerically ("<" , 300 ),
440441 ),
442+ Equal (http .StatusNotFound ),
441443 Equal (http .StatusMethodNotAllowed ),
442444 ))
443445 })
@@ -484,8 +486,8 @@ var test03ContentDiscovery = func() {
484486 BeNumerically (">=" , 200 ),
485487 BeNumerically ("<" , 300 ),
486488 ),
487- Equal (http .StatusMethodNotAllowed ),
488489 Equal (http .StatusNotFound ),
490+ Equal (http .StatusMethodNotAllowed ),
489491 ))
490492 }
491493
0 commit comments