Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jun 3, 2024
1 parent 011c6fd commit 93eb198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/src/test/scala/org/knora/sipi/SipiIT.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object SipiIT extends ZIOSpecDefault {
_ <- MockDspApiServer.resetAndAllowWithPermissionCode(prefix, imageTestfile, 2)
jwt <- createJwt(AuthScope.admin)
response <- requestGet(
Path.roott / prefix / imageTestfile / "file",
Path.root / prefix / imageTestfile / "file",
Header.Cookie(
NonEmptyChunk(
Cookie.Request(
Expand All @@ -98,7 +98,7 @@ object SipiIT extends ZIOSpecDefault {
_ <- MockDspApiServer.resetAndAllowWithPermissionCode(prefix, imageTestfile, 2)
jwt <- createJwt(AuthScope.admin)
response <- requestGet(
Path.Path.root / prefix / imageTestfile / "file",
Path.root / prefix / imageTestfile / "file",
Header.Cookie(NonEmptyChunk(Cookie.Request("KnoraAuthenticationGAXDALRQFYYDUMZTGMZQ9999", jwt))),
)
requestToDspApiContainsJwt <- MockDspApiServer.verifyAuthBearerTokenReceived(jwt)
Expand Down

0 comments on commit 93eb198

Please sign in to comment.