Commit f35ec245 authored by Josh Steinberg's avatar Josh Steinberg

edit 2nd test for jenkins pipelien test

parent 0c4bc828
......@@ -24,6 +24,6 @@ public class HelloControllerTest {
public void getHello() throws Exception {
mvc.perform(MockMvcRequestBuilders.get("/").accept(MediaType.APPLICATION_JSON))
.andExpect(status().isOk())
.andExpect(content().string(equalTo("Greetings from Spring Boot!")));
.andExpect(content().string(equalTo("Greetings from Spring Boot Banana!")));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment