From b96593d0ab47b20eb6f24a7d5e2a0072b88c7683 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Fri, 29 Nov 2024 22:30:52 +0400 Subject: [PATCH] fix(cli): re-enabled disabled test --- cli/test/secrets_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/test/secrets_test.go b/cli/test/secrets_test.go index f11392f52..ba7ce7382 100644 --- a/cli/test/secrets_test.go +++ b/cli/test/secrets_test.go @@ -96,7 +96,7 @@ func TestUserAuth_SecretsGetAll(t *testing.T) { // testUserAuth_SecretsGetAllWithoutConnection(t) } -func testUserAuth_SecretsGetAllWithoutConnection(t *testing.T) { +func TestUserAuth_SecretsGetAllWithoutConnection(t *testing.T) { originalConfigFile, err := util.GetConfigFile() if err != nil { t.Fatalf("error getting config file")