summaryrefslogtreecommitdiff
path: root/tests/plugins/gzip/plugin_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/gzip/plugin_test.go')
-rw-r--r--tests/plugins/gzip/plugin_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/gzip/plugin_test.go b/tests/plugins/gzip/plugin_test.go
index d525dcc6..66767364 100644
--- a/tests/plugins/gzip/plugin_test.go
+++ b/tests/plugins/gzip/plugin_test.go
@@ -9,7 +9,7 @@ import (
"testing"
"github.com/golang/mock/gomock"
- "github.com/spiral/endure"
+ endure "github.com/spiral/endure/pkg/container"
"github.com/spiral/roadrunner/v2/plugins/config"
"github.com/spiral/roadrunner/v2/plugins/gzip"
httpPlugin "github.com/spiral/roadrunner/v2/plugins/http"