BAEL-19928: Further minor improvements

This commit is contained in:
Krzysztof Woyke
2019-12-19 08:28:26 +01:00
parent 7434ce7775
commit dee493a6eb
3 changed files with 2 additions and 7 deletions
@@ -19,6 +19,4 @@ public class NotificationApplicationIntegrationTest {
RestTemplate restTemplate = new RestTemplate();
restTemplate.getForObject("http://localhost:" + port + "/startNotification/10", String.class);
}
}