merge repository heads

This commit is contained in:
Sebastian Sdorra
2019-06-19 13:07:53 +02:00
2 changed files with 16 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ class StaticResourceServletTest {
}
@Test
void shouldReturnNotFound() throws IOException {
void shouldReturnNotFound() {
doReturn("/scm").when(request).getContextPath();
doReturn("/scm/resource.txt").when(request).getRequestURI();
doReturn(context).when(request).getServletContext();