request.setAttribute(WebConstants.DANDELION_CONTEXT_ATTRIBUTE, context);
}
@Test
public void should_return_the_internal_url(){
AssetStorageUnit asu = new AssetStorageUnit("jquery-js", singletonMap("webjar", "jquery.js"));
String location = locator.getLocation(asu, request);
assertThat(location).isEqualTo("META-INF/resources/webjars/jquery/1.11.0/jquery.js");
}