Skip to content

Commit

Permalink
fixed tx update model tests
Browse files Browse the repository at this point in the history
Signed-off-by: DenisRybas <denis.rybas@dsr-corporation.com>
  • Loading branch information
DenisRybas committed Sep 5, 2024
1 parent ef19e13 commit 7b2ee42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/model/client/cli/tx_model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ func TestUpdateModel(t *testing.T) {
fmt.Sprintf("--%s=%v", cli.FlagEnhancedSetupFlowTCFileSize, testconstants.EnhancedSetupFlowTCFileSize),
fmt.Sprintf("--%s=%v", cli.FlagMaintenanceURL, testconstants.MaintenanceURL),
fmt.Sprintf("--%s=%v", cli.FlagCommissioningFallbackURL, testconstants.CommissioningFallbackURL),
fmt.Sprintf("--%s=%v", cli.FlagDiscoveryCapabilitiesBitmask, testconstants.DiscoveryCapabilitiesBitmask),
}
args = append(args, common...)
_, err := testcli.ExecTestCLITxCmd(t, ctx, cli.CmdCreateModel(), args)
Expand Down

0 comments on commit 7b2ee42

Please sign in to comment.