()
| 572 | } |
| 573 | |
| 574 | @Test |
| 575 | public void getAPIMethodOverrideDeleteCase() { |
| 576 | assertEquals(HttpMethod.DELETE, |
| 577 | NettyMocks.getQuery(tsdb, "/?method_override=DeLeTe").getAPIMethod()); |
| 578 | } |
| 579 | |
| 580 | @Test (expected = BadRequestException.class) |
| 581 | public void getAPIMethodOverrideMissingValue() { |
nothing calls this directly
no test coverage detected