[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")
.withDescription("service description")
.withUrl("service url")
.withLdnUrl("https://overlay-journal.com/inbox/")
.withLdnUrl("https://generic-service.com/system/inbox/")
.build();
InputStream announceReviewStream = getClass().getResourceAsStream("ldn_announce_review.json");