Skip to content

Commit

Permalink
Update integration_test/init_bulk_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matus Kysel <[email protected]>
  • Loading branch information
pavelkrolevets and MatusKysel authored Oct 7, 2024
1 parent 241f6ed commit e500fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/init_bulk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestBulkHappyFlows4Ops(t *testing.T) {
cli_initiator.StartDKG.Version = version
cli_verify.Verify.Version = version
t.Run("test 4 operators 1 validator bulk happy flow", func(t *testing.T) {
args := []string{"init", "--validators", "1", "--operatorsInfo", string(operators), "--owner", "0x81592c3de184a3e2c0dcb5a261bc107bfa91f494", "--withdrawAddress", "0x81592c3de184a3e2c0dcb5a261bc107bfa91f494", "--operatorIDs", "11,22,33,44", "--nonce", "1", "--amount", "32000000000", "--amount", "32000000000", "--clientCACertPath", "./certs/rootCA.crt"}
args := []string{"init", "--validators", "1", "--operatorsInfo", string(operators), "--owner", "0x81592c3de184a3e2c0dcb5a261bc107bfa91f494", "--withdrawAddress", "0x81592c3de184a3e2c0dcb5a261bc107bfa91f494", "--operatorIDs", "11,22,33,44", "--nonce", "1", "--amount", "32000000000", "--clientCACertPath", "./certs/rootCA.crt"}
RootCmd.SetArgs(args)
err := RootCmd.Execute()
require.NoError(t, err)
Expand Down

0 comments on commit e500fd5

Please sign in to comment.