Migrate to Ginkgo v2

This commit is contained in:
Nick Fedor 2025-02-01 08:00:02 -07:00
parent 0e1243b375
commit 377bed3e9f
No known key found for this signature in database
GPG key ID: A167CBEDE64D29CB
23 changed files with 25 additions and 98 deletions

View file

@ -5,7 +5,7 @@ import (
"github.com/nicholas-fedor/watchtower/internal/actions/mocks"
"github.com/nicholas-fedor/watchtower/pkg/registry/digest"
wtTypes "github.com/nicholas-fedor/watchtower/pkg/types"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"github.com/onsi/gomega/ghttp"
"net/http"