-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,9 @@ import ( | |
"testing" | ||
"time" | ||
|
||
"github.com/onsi/ginkgo" | ||
"github.com/onsi/ginkgo/config" | ||
"github.com/onsi/ginkgo/reporters" | ||
Check failure on line 33 in test/e2e/e2e.go GitHub Actions / slo-controller
Check failure on line 33 in test/e2e/e2e.go GitHub Actions / slo-controller
Check failure on line 33 in test/e2e/e2e.go GitHub Actions / slo-controller
Check failure on line 33 in test/e2e/e2e.go GitHub Actions / unit-tests(Check manifests)
Check failure on line 33 in test/e2e/e2e.go GitHub Actions / unit-tests(Verify govet)
|
||
"github.com/onsi/ginkgo/v2" | ||
"github.com/onsi/gomega" | ||
|
||
v1 "k8s.io/api/core/v1" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ import ( | |
"runtime/debug" | ||
"strings" | ||
|
||
"github.com/onsi/ginkgo" | ||
"github.com/onsi/ginkgo/v2" | ||
Check failure on line 30 in test/e2e/framework/ginkgowrapper/wrapper.go GitHub Actions / slo-controller
Check failure on line 30 in test/e2e/framework/ginkgowrapper/wrapper.go GitHub Actions / slo-controller
Check failure on line 30 in test/e2e/framework/ginkgowrapper/wrapper.go GitHub Actions / slo-controller
Check failure on line 30 in test/e2e/framework/ginkgowrapper/wrapper.go GitHub Actions / unit-tests(Check manifests)
Check failure on line 30 in test/e2e/framework/ginkgowrapper/wrapper.go GitHub Actions / unit-tests(Verify govet)
|
||
) | ||
|
||
// FailurePanic is the value that will be panicked from Fail. | ||
|