Skip to content

Commit

Permalink
FIX build
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Sep 12, 2024
1 parent 2ec4585 commit 3d33158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion daikoku/test/daikoku/ApiControllerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ApiControllerSpec()
)

before {
// Await.result(cleanOtoroshiServer(container.mappedPort(8080)), 5.seconds)
Await.result(cleanOtoroshiServer(container.mappedPort(8080)), 5.seconds)
wireMockServer.start()
WireMock.configureFor(stubHost, stubPort)
}
Expand Down Expand Up @@ -7757,6 +7757,7 @@ class ApiControllerSpec()

(respPreVerifOtoParent.json \ "enabled").as[Boolean] mustBe true
val preMetadata = (respPreVerifOtoParent.json \ "metadata").as[JsObject]
logger.info(Json.stringify(respPreVerifOtoParent.json))
val preKeys = preMetadata.keys.filter(key => !key.startsWith("daikoku_"))
preKeys.size mustBe 1
(preMetadata \ "foo").as[String] mustBe "bar"
Expand Down

0 comments on commit 3d33158

Please sign in to comment.