()
| 773 | } |
| 774 | |
| 775 | @Test (expected = BadRequestException.class) |
| 776 | public void setSerializerNotFound() throws Exception { |
| 777 | HttpQuery.initializeSerializerMaps(null); |
| 778 | HttpQuery query = NettyMocks.getQuery(tsdb, |
| 779 | "/api/suggest?serializer=notfound"); |
| 780 | query.setSerializer(); |
| 781 | } |
| 782 | |
| 783 | @Test |
| 784 | public void internalErrorDeprecated() { |
nothing calls this directly
no test coverage detected