Skip to content

Commit

Permalink
refactor: make HelloControllerITest match maven wildcard pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
domingo1021 authored and Buzzardo committed Jul 8, 2024
1 parent 3afbd6c commit f7021a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import static org.assertj.core.api.Assertions.assertThat;

@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class HelloControllerIT {
public class HelloControllerITest {

@Autowired
private TestRestTemplate template;
Expand Down

0 comments on commit f7021a7

Please sign in to comment.