mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
[CST-13335] fix broken ITs
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user