We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4380c8 commit 2985d42Copy full SHA for 2985d42
pkg/epp/config/loader/configloader_test.go
@@ -213,6 +213,10 @@ func TestLoadRawConfigurationWithDefaults(t *testing.T) {
213
Type: test1Type,
214
Parameters: json.RawMessage("{\"threshold\":10}"),
215
},
216
+ {
217
+ Name: profile.SingleProfileHandlerType,
218
+ Type: profile.SingleProfileHandlerType,
219
+ },
220
{
221
Name: picker.MaxScorePickerType,
222
Type: picker.MaxScorePickerType,
0 commit comments