Skip to content

Commit

Permalink
fix TestAccountsSubaccountFacade_Update/constructs_the_CLI_params_cor…
Browse files Browse the repository at this point in the history
…rectly
  • Loading branch information
PHAN Trung Thanh committed Jul 13, 2023
1 parent e6e5b69 commit 8b079a8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions internal/btpcli/facade_accounts_subaccount_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,12 @@ func TestAccountsSubaccountFacade_Update(t *testing.T) {
srvCalled = true

assertCall(t, r, command, ActionUpdate, map[string]string{
"subaccount": subaccountId,
"displayName": displayName,
"description": description,
"betaEnabled": "false",
"globalAccount": globalAccount,
"subaccount": subaccountId,
"displayName": displayName,
"description": description,
"betaEnabled": "false",
"globalAccount": globalAccount,
"usedForProduction": "false",
})

}))
Expand Down

0 comments on commit 8b079a8

Please sign in to comment.