diff options
Diffstat (limited to 'tests/plugins/server/server_test.go')
-rw-r--r-- | tests/plugins/server/server_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/server/server_test.go b/tests/plugins/server/server_test.go index 5be25a20..75111ef7 100644 --- a/tests/plugins/server/server_test.go +++ b/tests/plugins/server/server_test.go @@ -9,7 +9,7 @@ import ( "github.com/spiral/endure" "github.com/spiral/roadrunner-plugins/config" "github.com/spiral/roadrunner-plugins/logger" - "github.com/spiral/roadrunner/v2/plugins/server" + "github.com/spiral/roadrunner/v2/pkg/plugins/server" "github.com/stretchr/testify/assert" ) |