()
| 548 | } |
| 549 | |
| 550 | @Test |
| 551 | public void getAPIMethodOverrideGet() { |
| 552 | assertEquals(HttpMethod.GET, |
| 553 | NettyMocks.getQuery(tsdb, "/?method_override=get").getAPIMethod()); |
| 554 | } |
| 555 | |
| 556 | @Test |
| 557 | public void getAPIMethodOverridePost() { |
nothing calls this directly
no test coverage detected