Skip to content

Commit 36c5711

Browse files
committed
fix fallback test
Signed-off-by: Shane <[email protected]>
1 parent 649a660 commit 36c5711

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/internals/fallback/fallback_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/stretchr/testify/assert"
1212
"k8s.io/client-go/kubernetes"
1313

14-
. "github.com/kedacore/keda/v2/tests/helper"
14+
. "github.com/kedacore/keda/v2/tests/helper"
1515
)
1616

1717
const (
@@ -189,6 +189,7 @@ spec:
189189
url: "{{.MetricsServerEndpoint}}"
190190
valueLocation: 'value'
191191
method: "query"
192+
metricType: "AverageValue"
192193
authenticationRef:
193194
name: {{.TriggerAuthName}}
194195
`

0 commit comments

Comments
 (0)