diff options
author | Valery Piashchynski <[email protected]> | 2022-10-10 18:33:41 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-10-10 18:33:41 +0200 |
commit | e95a42627258822618c0b5ac4d51d4a9216e7212 (patch) | |
tree | 27d90850fdae512c472e4d9318f8f9528f076ba6 /internal | |
parent | 80f9d4fe1d79c1c6f3b8e9073d99a2a4daf19b2d (diff) |
add the rest http plugins
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'internal')
-rw-r--r-- | internal/rpc/client_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rpc/client_test.go b/internal/rpc/client_test.go index 1814170c..c74df9cc 100644 --- a/internal/rpc/client_test.go +++ b/internal/rpc/client_test.go @@ -5,6 +5,7 @@ import ( "os" "testing" + "github.com/roadrunner-server/config/v3" "github.com/roadrunner-server/roadrunner/v2/internal/rpc" "github.com/stretchr/testify/require" |