mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 00:39:13 +08:00
Advisor: Update app-sdk and regenerate code (#107786)
This commit is contained in:

committed by
GitHub

parent
85a6a7b9c1
commit
e4650d3d8f
@ -41,8 +41,8 @@ func TestService_ReportSummary(t *testing.T) {
|
||||
checks.TypeLabel: plugincheck.CheckID,
|
||||
},
|
||||
},
|
||||
CheckStatus: advisorv0alpha1.CheckStatus{
|
||||
Report: advisorv0alpha1.CheckV0alpha1StatusReport{
|
||||
Status: advisorv0alpha1.CheckStatus{
|
||||
Report: advisorv0alpha1.CheckReport{
|
||||
Failures: []advisorv0alpha1.CheckReportFailure{
|
||||
{StepID: plugincheck.UpdateStepID},
|
||||
},
|
||||
@ -56,8 +56,8 @@ func TestService_ReportSummary(t *testing.T) {
|
||||
checks.TypeLabel: plugincheck.CheckID,
|
||||
},
|
||||
},
|
||||
CheckStatus: advisorv0alpha1.CheckStatus{
|
||||
Report: advisorv0alpha1.CheckV0alpha1StatusReport{
|
||||
Status: advisorv0alpha1.CheckStatus{
|
||||
Report: advisorv0alpha1.CheckReport{
|
||||
Failures: []advisorv0alpha1.CheckReportFailure{
|
||||
{StepID: plugincheck.UpdateStepID},
|
||||
{StepID: plugincheck.DeprecationStepID},
|
||||
@ -72,8 +72,8 @@ func TestService_ReportSummary(t *testing.T) {
|
||||
checks.TypeLabel: datasourcecheck.CheckID,
|
||||
},
|
||||
},
|
||||
CheckStatus: advisorv0alpha1.CheckStatus{
|
||||
Report: advisorv0alpha1.CheckV0alpha1StatusReport{
|
||||
Status: advisorv0alpha1.CheckStatus{
|
||||
Report: advisorv0alpha1.CheckReport{
|
||||
Failures: []advisorv0alpha1.CheckReportFailure{
|
||||
{StepID: datasourcecheck.HealthCheckStepID},
|
||||
{StepID: datasourcecheck.HealthCheckStepID},
|
||||
|
Reference in New Issue
Block a user