BAEL-7263: Update test name
This commit is contained in:
parent
4f0a16e411
commit
ebdae78e5e
|
@ -83,7 +83,7 @@ public class HomeControllerIntegrationTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void whenUsingUnlessConditionalAndVariableIsNotDefined_thenVariableIsNotPrinted() throws Exception {
|
public void whenVariableIsDefined_thenUnlessConditionalIsFalse() throws Exception {
|
||||||
mockMvc.perform(MockMvcRequestBuilders.get("/variable-not-defined"))
|
mockMvc.perform(MockMvcRequestBuilders.get("/variable-not-defined"))
|
||||||
.andExpect(status().isOk())
|
.andExpect(status().isOk())
|
||||||
.andExpect(view().name("checkVariableIsDefined.html"))
|
.andExpect(view().name("checkVariableIsDefined.html"))
|
||||||
|
|
Loading…
Reference in New Issue