diff options
Diffstat (limited to 'tests/plugins/status/plugin_test.go')
-rw-r--r-- | tests/plugins/status/plugin_test.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/plugins/status/plugin_test.go b/tests/plugins/status/plugin_test.go index 06983199..663f4ee3 100644 --- a/tests/plugins/status/plugin_test.go +++ b/tests/plugins/status/plugin_test.go @@ -14,7 +14,6 @@ import ( endure "github.com/spiral/endure/pkg/container" goridgeRpc "github.com/spiral/goridge/v3/pkg/rpc" - "github.com/spiral/roadrunner/v2/plugins/channel" "github.com/spiral/roadrunner/v2/plugins/config" httpPlugin "github.com/spiral/roadrunner/v2/plugins/http" "github.com/spiral/roadrunner/v2/plugins/logger" @@ -39,7 +38,6 @@ func TestStatusHttp(t *testing.T) { &server.Plugin{}, &httpPlugin.Plugin{}, &status.Plugin{}, - &channel.Plugin{}, ) assert.NoError(t, err) @@ -127,7 +125,6 @@ func TestStatusRPC(t *testing.T) { &server.Plugin{}, &httpPlugin.Plugin{}, &status.Plugin{}, - &channel.Plugin{}, ) assert.NoError(t, err) @@ -207,7 +204,6 @@ func TestReadyHttp(t *testing.T) { &server.Plugin{}, &httpPlugin.Plugin{}, &status.Plugin{}, - &channel.Plugin{}, ) assert.NoError(t, err) @@ -295,7 +291,6 @@ func TestReadinessRPCWorkerNotReady(t *testing.T) { &server.Plugin{}, &httpPlugin.Plugin{}, &status.Plugin{}, - &channel.Plugin{}, ) assert.NoError(t, err) |