Commit 0c4bc828 authored by Josh Steinberg's avatar Josh Steinberg

edit unit test to check jenkins pipeline

parent 144f8a60
...@@ -18,6 +18,6 @@ public class HelloControllerIT { ...@@ -18,6 +18,6 @@ public class HelloControllerIT {
@Test @Test
public void getHello() throws Exception { public void getHello() throws Exception {
ResponseEntity<String> response = template.getForEntity("/", String.class); ResponseEntity<String> response = template.getForEntity("/", String.class);
assertThat(response.getBody()).isEqualTo("Greetings from Spring Boot!"); assertThat(response.getBody()).isEqualTo("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