[CST-13335] fix broken ITs

This commit is contained in:
mohamed eskander
2024-01-19 15:32:30 +02:00
parent 4856c40249
commit f17f67a5de

View File

@@ -6986,7 +6986,7 @@ public class DiscoveryRestControllerIT extends AbstractControllerIntegrationTest
.withName("service name") .withName("service name")
.withDescription("service description") .withDescription("service description")
.withUrl("service url") .withUrl("service url")
.withLdnUrl("https://overlay-journal.com/inbox/") .withLdnUrl("https://generic-service.com/system/inbox/")
.build(); .build();
InputStream announceReviewStream = getClass().getResourceAsStream("ldn_announce_review.json"); InputStream announceReviewStream = getClass().getResourceAsStream("ldn_announce_review.json");