summaryrefslogtreecommitdiff
path: root/internal/rpc/client_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rpc/client_test.go')
-rw-r--r--internal/rpc/client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rpc/client_test.go b/internal/rpc/client_test.go
index c74df9cc..fc03981d 100644
--- a/internal/rpc/client_test.go
+++ b/internal/rpc/client_test.go
@@ -5,7 +5,7 @@ import (
"os"
"testing"
- "github.com/roadrunner-server/config/v3"
+ "github.com/roadrunner-server/config/v4"
"github.com/roadrunner-server/roadrunner/v2/internal/rpc"
"github.com/stretchr/testify/require"