mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-04 12:49:39 +02:00
merge repository heads
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user