Skip to content

Commit

Permalink
FIX test
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Sep 16, 2024
1 parent 93bfff0 commit c48de17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions daikoku/test/daikoku/ApiControllerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3505,8 +3505,7 @@ class ApiControllerSpec()
),
port = container.mappedPort(8080)
)(tenant, session)
(respUpdateOto.json \ "validUntil").asOpt[Long] mustBe validUntil.getMillis
)
(respUpdateOto.json \ "validUntil").asOpt[Long] mustBe validUntil.getMillis.some
}
}

Expand Down

0 comments on commit c48de17

Please sign in to comment.