summaryrefslogtreecommitdiff
path: root/container/config_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-10-10 18:33:41 +0200
committerValery Piashchynski <[email protected]>2022-10-10 18:33:41 +0200
commite95a42627258822618c0b5ac4d51d4a9216e7212 (patch)
tree27d90850fdae512c472e4d9318f8f9528f076ba6 /container/config_test.go
parent80f9d4fe1d79c1c6f3b8e9073d99a2a4daf19b2d (diff)
add the rest http plugins
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'container/config_test.go')
-rw-r--r--container/config_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/container/config_test.go b/container/config_test.go
index 38d2ac32..018bb60f 100644
--- a/container/config_test.go
+++ b/container/config_test.go
@@ -4,6 +4,7 @@ import (
"testing"
"time"
+ "github.com/roadrunner-server/config/v3"
endure "github.com/roadrunner-server/endure/pkg/container"
"github.com/roadrunner-server/roadrunner/v2/container"
"github.com/stretchr/testify/assert"