Advisor: Update app-sdk and regenerate code (#107786)
This commit is contained in:
@@ -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