Skip to content

Commit f077e49

Browse files
committed
DSC-1619 update test to reflect new iiif server url default
1 parent f4374b0 commit f077e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspace-server-webapp/src/test/java/org/dspace/app/rest/iiif/IIIFControllerIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void findOneIIIFSearchableItemWithDefaultDimensionsIT() throws Exception
131131
.andExpect(status().isOk())
132132
.andExpect(jsonPath("$.@context", is("http://iiif.io/api/presentation/2/context.json")))
133133
.andExpect(jsonPath("$.service.profile", is("http://iiif.io/api/search/0/search")))
134-
.andExpect(jsonPath("$.thumbnail.@id", containsString("/iiif/2/"
134+
.andExpect(jsonPath("$.thumbnail.@id", containsString("/iiif-server/"
135135
+ bitstream1.getID())))
136136
.andExpect(jsonPath("$.metadata[0].label", is("Title")))
137137
.andExpect(jsonPath("$.metadata[0].value", is("Public item 1")))

0 commit comments

Comments
 (0)