fix(cli): re-enabled disabled test

This commit is contained in:
Daniel Hougaard
2024-11-29 22:30:52 +04:00
parent 2de5896ba4
commit b96593d0ab

View File

@ -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")