Update httpexpect package name

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-24 13:52:05 -04:00
parent 53995758b3
commit 53fbaaf6bc
2 changed files with 2 additions and 2 deletions

View file

@ -19,9 +19,9 @@ package defaultbackend
import (
"net/http"
"github.com/gavv/httpexpect/v2"
"github.com/onsi/ginkgo"
"github.com/stretchr/testify/assert"
"gopkg.in/gavv/httpexpect.v2"
"k8s.io/ingress-nginx/test/e2e/framework"
)