Skip to content

Commit

Permalink
trigger change
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Feb 23, 2024
1 parent 3862cce commit bb09d79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class HelloWorldControllerTest {

@Test
void helloShouldReturnDefaultMessage() {
assertThat(this.restTemplate.getForObject("http://localhost:" + port + "/",
String.class)).contains("Hello Playground");
assertThat(this.restTemplate.getForObject("http://localhost:" + port + "/", String.class))
.contains("Hello Playground");
}
}

0 comments on commit bb09d79

Please sign in to comment.