summaryrefslogtreecommitdiff
path: root/plugins/server/tests/plugin_sockets.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/server/tests/plugin_sockets.go')
-rw-r--r--plugins/server/tests/plugin_sockets.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/server/tests/plugin_sockets.go b/plugins/server/tests/plugin_sockets.go
index 72b4d1a8..e5b139d4 100644
--- a/plugins/server/tests/plugin_sockets.go
+++ b/plugins/server/tests/plugin_sockets.go
@@ -7,7 +7,7 @@ import (
config2 "github.com/spiral/roadrunner/v2/interfaces/config"
"github.com/spiral/roadrunner/v2/interfaces/pool"
"github.com/spiral/roadrunner/v2/interfaces/server"
- "github.com/spiral/roadrunner/v2/internal"
+ "github.com/spiral/roadrunner/v2/pkg/payload"
"github.com/spiral/roadrunner/v2/pkg/worker"
plugin "github.com/spiral/roadrunner/v2/plugins/server"
)
@@ -31,7 +31,7 @@ func (f *Foo2) Serve() chan error {
conf := &plugin.Config{}
// test payload for echo
- r := internal.Payload{
+ r := payload.Payload{
Context: nil,
Body: []byte(Response),
}