Skip to content

Commit

Permalink
remove sout
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 committed Nov 17, 2023
1 parent d4f9582 commit e36b471
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ void beforeAll() throws JsonProcessingException {
}]
""".formatted(wireMockServer.port(), wireMockServer.baseUrl());

System.out.println(APPS_NAME);

stubFor(get("/apps/spring-cloud-kubernetes-configserver").willReturn(
aResponse().withStatus(200).withBody(APPS_NAME).withHeader("content-type", "application/json")));
Environment environment = new Environment("test", "default");
Expand Down

0 comments on commit e36b471

Please sign in to comment.