Update httpexpect package name
This commit is contained in:
parent
53995758b3
commit
53fbaaf6bc
2 changed files with 2 additions and 2 deletions
|
|
@ -21,10 +21,10 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/gavv/httpexpect/v2"
|
||||
"github.com/onsi/ginkgo"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"gopkg.in/gavv/httpexpect.v2"
|
||||
appsv1 "k8s.io/api/apps/v1"
|
||||
v1 "k8s.io/api/core/v1"
|
||||
networking "k8s.io/api/networking/v1beta1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue