>
> public abstract class BaseProfitBricksRequestBinder<T> implements MapBinder {
>
> + protected final String endpointPath = "/rest/v2";
Hmm weird. That provider is bound by default in the
[LocationModule](https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/location/config/LocationModule.java#L85-L92)
which is included by default in the
[RestModule](https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/rest/config/RestModule.java#L51)
(the ruperclass of the `HttpApiModule`), so you should already have it.
Are you experiencing this issue when running the tests? If so, are you using a
custom (small) Injector or a custom module set? If that is the case, try
including the `LocationModule` in the lsit of modules used to create that small
injector.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/245/files#r55833214