Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed May 25, 2023
1 parent c46ca77 commit 4c00f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapi/src/it/scala/org/knora/sipi/SipiIT.scala
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ object SipiIT extends ZIOSpecDefault {
) {
val dspApiPermissionPath = s"/admin/files/$prefix/$identifierTestFile"
for {
server <- MockDspApiServer.resetAndStubGetResponse(dspApiPermissionPath, 404)
_ <- copyTestImageToSipi
server <- MockDspApiServer.resetAndStubGetResponse(dspApiPermissionPath, 404)
_ <- copyTestImageToSipi
response <- sendGetRequestToSipi(s"/$prefix/$identifierTestFile/full/max/0/default.jp2")
} yield assertTrue(
response.status == Status.NotFound,
Expand Down

0 comments on commit 4c00f1c

Please sign in to comment.