Browse Source

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

Leszek Wiesner 3 years ago
parent
commit
b47893078a
1 changed files with 1 additions and 0 deletions
  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',
     '--endpoint',
     'http://localhost:3333',
     'http://localhost:3333',
   ])
   ])
+  await cli.run('leader:update-data-fee', ['-f', '0'])
 
 
   debug('Done')
   debug('Done')
 }
 }