diff --git a/apps/advisor/pkg/app/checks/plugincheck/check_test.go b/apps/advisor/pkg/app/checks/plugincheck/check_test.go index 53450ce7bc5..29dc7ccaabd 100644 --- a/apps/advisor/pkg/app/checks/plugincheck/check_test.go +++ b/apps/advisor/pkg/app/checks/plugincheck/check_test.go @@ -44,6 +44,8 @@ func TestRun(t *testing.T) { Severity: advisor.CheckReportErrorSeverityHigh, Reason: "Plugin deprecated: plugin1", Action: "Check the documentation for recommended steps.", + StepID: "deprecation", + ItemID: "plugin1", }, }, }, @@ -63,6 +65,8 @@ func TestRun(t *testing.T) { Severity: advisor.CheckReportErrorSeverityLow, Reason: "New version available for plugin2", Action: "Go to the plugin admin page and upgrade to the latest version.", + StepID: "update", + ItemID: "plugin2", }, }, }, @@ -82,6 +86,8 @@ func TestRun(t *testing.T) { Severity: advisor.CheckReportErrorSeverityLow, Reason: "New version available for plugin2", Action: "Go to the plugin admin page and upgrade to the latest version.", + StepID: "update", + ItemID: "plugin2", }, }, },