We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4374b0 commit f077e49Copy full SHA for f077e49
dspace-server-webapp/src/test/java/org/dspace/app/rest/iiif/IIIFControllerIT.java
@@ -131,7 +131,7 @@ public void findOneIIIFSearchableItemWithDefaultDimensionsIT() throws Exception
131
.andExpect(status().isOk())
132
.andExpect(jsonPath("$.@context", is("http://iiif.io/api/presentation/2/context.json")))
133
.andExpect(jsonPath("$.service.profile", is("http://iiif.io/api/search/0/search")))
134
- .andExpect(jsonPath("$.thumbnail.@id", containsString("/iiif/2/"
+ .andExpect(jsonPath("$.thumbnail.@id", containsString("/iiif-server/"
135
+ bitstream1.getID())))
136
.andExpect(jsonPath("$.metadata[0].label", is("Title")))
137
.andExpect(jsonPath("$.metadata[0].value", is("Public item 1")))
0 commit comments