Skip to content

Commit 2985d42

Browse files
committed
Fixed broken test
Signed-off-by: Shmuel Kallner <[email protected]>
1 parent b4380c8 commit 2985d42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/epp/config/loader/configloader_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ func TestLoadRawConfigurationWithDefaults(t *testing.T) {
213213
Type: test1Type,
214214
Parameters: json.RawMessage("{\"threshold\":10}"),
215215
},
216+
{
217+
Name: profile.SingleProfileHandlerType,
218+
Type: profile.SingleProfileHandlerType,
219+
},
216220
{
217221
Name: picker.MaxScorePickerType,
218222
Type: picker.MaxScorePickerType,

0 commit comments

Comments
 (0)