From afb99cfea4d20625ef957af89a3cf544f1761e85 Mon Sep 17 00:00:00 2001 From: Simon Redfern Date: Wed, 8 Nov 2023 13:45:36 +0100 Subject: [PATCH] added some debug to V310serverSetup.scala --- obp-api/src/test/scala/code/api/v3_1_0/V310ServerSetup.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/obp-api/src/test/scala/code/api/v3_1_0/V310ServerSetup.scala b/obp-api/src/test/scala/code/api/v3_1_0/V310ServerSetup.scala index 29fb754e55..c387845219 100644 --- a/obp-api/src/test/scala/code/api/v3_1_0/V310ServerSetup.scala +++ b/obp-api/src/test/scala/code/api/v3_1_0/V310ServerSetup.scala @@ -29,6 +29,8 @@ trait V310ServerSetup extends ServerSetupWithTestData with DefaultUsers { makeGetRequest(request) } val banksJson = getBanksInfo.body.extract[BanksJSON] + + logger.debug(s"banksJson.banks.size is ${banksJson.banks.size}") val randomPosition = nextInt(banksJson.banks.size) val bank = banksJson.banks(randomPosition) bank.id