()
| 554 | } |
| 555 | |
| 556 | @Test |
| 557 | public void getAPIMethodOverridePost() { |
| 558 | assertEquals(HttpMethod.POST, |
| 559 | NettyMocks.getQuery(tsdb, "/?method_override=post").getAPIMethod()); |
| 560 | } |
| 561 | |
| 562 | @Test |
| 563 | public void getAPIMethodOverridePut() { |
nothing calls this directly
no test coverage detected