fixed names
This commit is contained in:
parent
f723114128
commit
6d5feb75dc
@ -35,7 +35,7 @@ public class HandlerMappingPriorityConfigTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void whenBeanNameMapping_thenMappedOK() throws Exception {
|
public void whenConfiguringPriorities_thenMappedOK() throws Exception {
|
||||||
mockMvc.perform(get("/welcome")).andExpect(status().isOk()).andExpect(view().name("test")).andDo(print());
|
mockMvc.perform(get("/welcome")).andExpect(status().isOk()).andExpect(view().name("test")).andDo(print());
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user