Преглед изворни кода

integration-tests: log DispatchError in manageLeaderRole flow

Mokhtar Naamani пре 3 година
родитељ
комит
8ed5ecb495
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      tests/network-tests/src/flows/proposals/manageLeaderRole.ts

+ 1 - 0
tests/network-tests/src/flows/proposals/manageLeaderRole.ts

@@ -33,6 +33,7 @@ export default {
 
 async function manageLeaderRole(api: Api, env: NodeJS.ProcessEnv, group: WorkingGroups, lock: ResourceLocker) {
   const debug = extendDebug(`flow:managerLeaderRole:${group}`)
+  api.enableDebugTxLogs()
   debug('Started')
   await lock(Resource.Proposals)