>  
>  public abstract class BaseProfitBricksRequestBinder<T> implements MapBinder {
>  
> +   protected final String endpointPath = "/rest/v2";

Oh, you can bind a value for test by adding a new module, like this:
```java
Injector injector = Guice.createInjector(new GsonModule(), new 
LocationModule(), new AbstractModule() {
   @Override protected void configure() {
      
bind(String.class).annotatedWith(Names.named(Constants.PROPERTY_SESSION_INTERVAL)).toInstance("60");
   }
});
```
If it fails, could you paste the entire failure in a Gist?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/245/files#r55970763

Reply via email to