Skip to content

Commit

Permalink
Rename the healthcheck test method
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Shved committed Sep 11, 2023
1 parent 839ec28 commit 4def99b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class AppHealthCheckTest {

@Test
public void checkHealth() throws Exception {
public void shouldReturnHttpOkForHealthCheck() throws Exception {
URI uri = new URI("http://localhost:8083/api/v1/products/1e5b295f-8f50-4425-90e9-8b590a27b3a9");
URL url = uri.toURL();
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
Expand Down

0 comments on commit 4def99b

Please sign in to comment.