()
| 566 | } |
| 567 | |
| 568 | @Test |
| 569 | public void getAPIMethodOverrideDelete() { |
| 570 | assertEquals(HttpMethod.DELETE, |
| 571 | NettyMocks.getQuery(tsdb, "/?method_override=delete").getAPIMethod()); |
| 572 | } |
| 573 | |
| 574 | @Test |
| 575 | public void getAPIMethodOverrideDeleteCase() { |
nothing calls this directly
no test coverage detected