fix the integration test

This commit is contained in:
Kensei Nakada
2023-06-11 04:47:18 +00:00
parent a7eb7ed5c6
commit be14b026e3
2 changed files with 22 additions and 8 deletions

View File

@@ -808,6 +808,11 @@ func TestPostFilterPlugin(t *testing.T) {
{Name: filterPluginName},
},
},
PreScore: configv1.PluginSet{
Disabled: []configv1.Plugin{
{Name: "*"},
},
},
Score: configv1.PluginSet{
Enabled: []configv1.Plugin{
{Name: scorePluginName},