Fix lint issues and CheckSecretExists function

This commit is contained in:
Volodymyr Zotov
2025-08-21 10:38:19 -05:00
parent 7187f41ef1
commit 2003d13788
5 changed files with 41 additions and 27 deletions

View File

@@ -3,7 +3,9 @@ package kind
import (
"os"
//nolint:staticcheck // ST1001
. "github.com/onsi/ginkgo/v2"
//nolint:staticcheck // ST1001
. "github.com/onsi/gomega"
"github.com/1Password/onepassword-operator/test/testhelper/system"