diff --git a/integrationtests/drop_test.go b/integrationtests/drop_test.go index 49558c4e..da4f7403 100644 --- a/integrationtests/drop_test.go +++ b/integrationtests/drop_test.go @@ -19,7 +19,7 @@ import ( . "github.com/onsi/gomega/gexec" ) -var _ = PDescribe("Drop Proxy", func() { +var _ = Describe("Drop Proxy", func() { BeforeEach(func() { dataMan.GenerateData(dataLen) })