From 9f809c957c982b0f2abd7cc3b3b8a63cdda057b4 Mon Sep 17 00:00:00 2001 From: Chadi LAOULAOU Date: Fri, 17 May 2024 16:34:50 +0200 Subject: [PATCH] fix test ci --- cmd/feature_experimentation/account/account_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/feature_experimentation/account/account_test.go b/cmd/feature_experimentation/account/account_test.go index ee0caca8..ceac80b8 100644 --- a/cmd/feature_experimentation/account/account_test.go +++ b/cmd/feature_experimentation/account/account_test.go @@ -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)