()
| 830 | } |
| 831 | |
| 832 | @Test (expected = NullPointerException.class) |
| 833 | public void internalErrorNull() { |
| 834 | HttpQuery query = NettyMocks.getQuery(tsdb, ""); |
| 835 | query.internalError(null); |
| 836 | } |
| 837 | |
| 838 | @Test |
| 839 | public void badRequestDeprecated() { |
nothing calls this directly
no test coverage detected