Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Nov 6, 2024
1 parent 1e645e4 commit a91bc5b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ void invalidStartNotificationUrlThrowsException() {

@Test
void validUrlCreatesShutdownNotification() throws Exception {
String agentId = AgentInfo.INFO.getAgentId();
String baseUrl = "http://localhost:8080";
String url = "http://localhost:8080/connections";
String url = "http://localhost:8080/connections/" + agentId;
String contentType = "application/json";
String body = mapper.writeValueAsString(ShutdownNotification.INSTANCE);

Expand Down

0 comments on commit a91bc5b

Please sign in to comment.