[test] Improve readability a bit

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
Julian Strobl 2023-07-06 13:26:40 +02:00
parent 06688a8ad0
commit 9837d1d1aa
No known key found for this signature in database
GPG Key ID: E0A8F9AD733499A7

View File

@ -48,7 +48,7 @@ func (s *E2ETestSuite) SetupSuite() {
"node0",
addr.String(),
"1000stake",
"-y",
"--yes",
fmt.Sprintf("--%s=%s", flags.FlagFees, "2stake"),
}
_, err = clitestutil.ExecTestCLICmd(val.ClientCtx, bank.NewSendTxCmd(), args)
@ -83,10 +83,10 @@ func (s *E2ETestSuite) TestAttestMachine() {
args := []string{
fmt.Sprintf("--%s=%s", flags.FlagChainID, s.network.Config.ChainID),
string(machineJSON),
fmt.Sprintf("--%s=%s", flags.FlagFrom, "machine"),
"-y",
fmt.Sprintf("--%s=%s", flags.FlagFees, "2stake"),
"--yes",
string(machineJSON),
}
_, err = clitestutil.ExecTestCLICmd(val.ClientCtx, machinecli.CmdAttestMachine(), args)