()
| 560 | } |
| 561 | |
| 562 | @Test |
| 563 | public void getAPIMethodOverridePut() { |
| 564 | assertEquals(HttpMethod.PUT, |
| 565 | NettyMocks.getQuery(tsdb, "/?method_override=put").getAPIMethod()); |
| 566 | } |
| 567 | |
| 568 | @Test |
| 569 | public void getAPIMethodOverrideDelete() { |
nothing calls this directly
no test coverage detected