diff --git a/tests/integration/30_minutes/testslotrepair.nim b/tests/integration/30_minutes/testslotrepair.nim index f7d8dba7..2586c1f5 100644 --- a/tests/integration/30_minutes/testslotrepair.nim +++ b/tests/integration/30_minutes/testslotrepair.nim @@ -162,15 +162,16 @@ marketplacesuite(name = "SP Slot Repair", stopOnRequestFail = true): test "repair from local and remote store", NodeConfigs( - clients: CodexConfigs.init(nodes = 1) - # .debug() - # .withLogTopics("node", "erasure") - .some, - providers: CodexConfigs.init(nodes = 3) - # .debug() - # .withLogFile() - # .withLogTopics("marketplace", "sales", "statemachine", "reservations") - .some, + clients: CodexConfigs + .init(nodes = 1) + # .debug() + .withLogFile() + .withLogTopics("node", "erasure").some, + providers: CodexConfigs + .init(nodes = 3) + # .debug() + .withLogFile() + .withLogTopics("marketplace", "sales", "statemachine", "reservations").some, ): let client0 = clients()[0] let provider0 = providers()[0]