Explorar o código

Storage CLI test: Add leader:update-data-fee

Leszek Wiesner %!s(int64=3) %!d(string=hai) anos
pai
achega
b47893078a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/network-tests/src/flows/clis/initStorageBucket.ts

+ 1 - 0
tests/network-tests/src/flows/clis/initStorageBucket.ts

@@ -47,6 +47,7 @@ export default async function initStorageBucket({ api }: FlowProps): Promise<voi
     '--endpoint',
     'http://localhost:3333',
   ])
+  await cli.run('leader:update-data-fee', ['-f', '0'])
 
   debug('Done')
 }