Skip to content

Commit

Permalink
fix test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadiii committed May 17, 2024
1 parent 60f2fec commit 9f809c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/feature_experimentation/account/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ func TestAccountUseCommand(t *testing.T) {

func TestAccountCurrentCommand(t *testing.T) {

utils.ExecuteCommand(AccountCmd, "use", "-i=account_id")

output, _ := utils.ExecuteCommand(AccountCmd, "current")

err := json.Unmarshal([]byte(output), &testAccount)
Expand Down

0 comments on commit 9f809c9

Please sign in to comment.