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