summaryrefslogtreecommitdiff
path: root/lib/roadrunner_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/roadrunner_test.go')
-rw-r--r--lib/roadrunner_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/roadrunner_test.go b/lib/roadrunner_test.go
index 9406b7bf..64655189 100644
--- a/lib/roadrunner_test.go
+++ b/lib/roadrunner_test.go
@@ -49,7 +49,7 @@ func TestNewWithConfig(t *testing.T) {
func TestServeStop(t *testing.T) {
cfgFile := makeConfig(t, testConfig)
- plugins := []interface{}{
+ plugins := []any{
&informer.Plugin{},
&resetter.Plugin{},
}