Fixing Travis issues while building

This commit is contained in:
Nanne Baars
2017-05-21 13:28:29 +02:00
parent 2b2451dd9c
commit 0ad1f0d147
4 changed files with 5 additions and 2 deletions

View File

@ -84,7 +84,7 @@ public class BlindSendFileAssignmentTest extends LessonTest {
.andDo(MockMvcResultHandlers.print())
.andExpect(status().isOk())
.andExpect(jsonPath("$.feedback", CoreMatchers.is(messages.getMessage("assignment.solved"))))
.andExpect(jsonPath("$.output", CoreMatchers.is("Contents of the file is: GET Java/1.8.0_121 WebGoat 8 rocks...")));
.andExpect(jsonPath("$.output", CoreMatchers.containsString("WebGoat 8 rocks...")));
}
}