summaryrefslogtreecommitdiff
path: root/lib/roadrunner_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 /lib/roadrunner_test.go
parent80f9d4fe1d79c1c6f3b8e9073d99a2a4daf19b2d (diff)
add the rest http plugins
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'lib/roadrunner_test.go')
-rw-r--r--lib/roadrunner_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/roadrunner_test.go b/lib/roadrunner_test.go
index 7f6bcbca..a178e231 100644
--- a/lib/roadrunner_test.go
+++ b/lib/roadrunner_test.go
@@ -6,7 +6,8 @@ import (
"time"
"github.com/roadrunner-server/endure/pkg/fsm"
- "github.com/roadrunner-server/resetter/v2"
+ "github.com/roadrunner-server/informer/v3"
+ "github.com/roadrunner-server/resetter/v3"
"github.com/roadrunner-server/roadrunner/v2/lib"
"github.com/stretchr/testify/assert"
)