diff options
Diffstat (limited to 'tests/e2e/apps/framework.go')
| -rw-r--r-- | tests/e2e/apps/framework.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/apps/framework.go b/tests/e2e/apps/framework.go index 75c6431fb..dc2b1a16b 100644 --- a/tests/e2e/apps/framework.go +++ b/tests/e2e/apps/framework.go @@ -16,7 +16,7 @@ limitations under the License. package apps -import "github.com/onsi/ginkgo" +import "github.com/onsi/ginkgo/v2" // GroupDescribe annotates the test with the group label. func GroupDescribe(text string, body func()) bool { |
